Browse Source

Init the wiki

master
Luke Murphy 4 years ago
commit
6bf55b980d
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 14
      README.md
  2. 7
      docs/index.md
  3. 8
      mkdocs.yml
  4. 2
      requirements.txt

14
README.md

@ -0,0 +1,14 @@
# 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
```

7
docs/index.md

@ -0,0 +1,7 @@
# Homebrew Bioscoop Wiki
[TOC]
## Hello
World

8
mkdocs.yml

@ -0,0 +1,8 @@
---
site_name: Homebrew Bioscoop Wiki
site_url: https://wiki.hbbs.decentral1.se
theme: alabaster
nav:
- Wiki: index.md
markdown_extensions:
- toc

2
requirements.txt

@ -0,0 +1,2 @@
mkdocs==1.0.4
mkdocs-alabaster==0.7.7
Loading…
Cancel
Save