A place to share magic spells
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
Luke Murphy 20e651f845
More IRC notes
4 lat temu
docs More IRC notes 4 lat temu
.gitignore Add deploy and ignore 4 lat temu
README.md Init the wiki 4 lat temu
makefile Change publish name 4 lat temu
mkdocs.yml Init the wiki 4 lat temu
requirements.txt Init the wiki 4 lat temu

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