A place to share magic spells
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
Luke Murphy 20e651f845
More IRC notes
4 yıl önce
docs More IRC notes 4 yıl önce
.gitignore Add deploy and ignore 4 yıl önce
README.md Init the wiki 4 yıl önce
makefile Change publish name 4 yıl önce
mkdocs.yml Init the wiki 4 yıl önce
requirements.txt Init the wiki 4 yıl önce

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