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