A place to share magic spells
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Luke Murphy 20e651f845
More IRC notes
há 4 anos
docs More IRC notes há 4 anos
.gitignore Add deploy and ignore há 4 anos
README.md Init the wiki há 4 anos
makefile Change publish name há 4 anos
mkdocs.yml Init the wiki há 4 anos
requirements.txt Init the wiki há 4 anos

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