A place to share magic spells
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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