A place to share magic spells
Go to file
2020-04-05 22:13:05 +02:00
docs Add conversion notes 2020-04-05 22:13:05 +02:00
.gitignore Add deploy and ignore 2020-04-05 19:08:35 +02:00
makefile Change publish name 2020-04-05 21:07:28 +02:00
mkdocs.yml Init the wiki 2020-04-05 18:55:24 +02:00
README.md Init the wiki 2020-04-05 18:55:24 +02:00
requirements.txt Init the wiki 2020-04-05 18:55:24 +02:00

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