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