A place to share magic spells
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luke Murphy 20e651f845
More IRC notes
пре 4 година
docs More IRC notes пре 4 година
.gitignore Add deploy and ignore пре 4 година
README.md Init the wiki пре 4 година
makefile Change publish name пре 4 година
mkdocs.yml Init the wiki пре 4 година
requirements.txt Init the wiki пре 4 година

README.md

wiki.hbbs.decentral1.se

Wiki for the Homebrew Bioscoop.

https://wiki.hbbs.decentral1.se

Contribute

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ mkdocs serve