Kobol Official Wiki
Go to file
samorodkin 9518a5aef1
ZFS build instructions for Buster (#38)
Co-authored-by: Gauthier Provost <gauthier@kobol.io>
2021-02-26 14:55:40 +08:00
docs ZFS build instructions for Buster (#38) 2021-02-26 14:55:40 +08:00
theme Fix error 404 page 2020-11-12 11:42:20 +08:00
.gitignore Fix page link. Add '/' when needed. 2020-05-02 19:40:24 +08:00
mkdocs.yml ZFS build instructions for Buster (#38) 2021-02-26 14:55:40 +08:00
README.md Update github address 2020-04-21 12:17:30 +08:00

Kobol Offical Wiki

Powered by mkdocs : http://www.mkdocs.org/

Template

Material : http://squidfunk.github.io/mkdocs-material/

Extension

Lightgallery : https://github.com/g-provost/lightgallery-markdown

How to run this wiki locally

  1. Install mkdocs
$ pip3 install mkdocs
  1. Install Material Template
$ pip3 install mkdocs-material
  1. Install git-revision plugin
pip3 install mkdocs-git-revision-date-localized-plugin
  1. Install Lightgallery Extension
$ git clone https://github.com/g-provost/lightgallery-markdown.git

$ cd lightgallery-markdown

$ python3 setup.py install
  1. Download and serve wiki
$ git clone https://github.com/kobol-io/wiki.git

$ cd wiki

$ mkdocs serve