A place to share magic spells
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Luke Murphy 20e651f845
More IRC notes
hace 4 años
docs More IRC notes hace 4 años
.gitignore Add deploy and ignore hace 4 años
README.md Init the wiki hace 4 años
makefile Change publish name hace 4 años
mkdocs.yml Init the wiki hace 4 años
requirements.txt Init the wiki hace 4 años

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