Kobol Official Wiki
Go to file
Gauthier Provost c012fb4c21 Add new Armbian release 21.05 2021-06-11 14:35:36 +08:00
docs Add new Armbian release 21.05 2021-06-11 14:35:36 +08:00
theme Update lightgallery plugin 2021-03-10 12:49:43 +08:00
.gitignore Fix page link. Add '/' when needed. 2020-05-02 19:40:24 +08:00
mkdocs.yml Update copyright date 2021-04-05 15:23:31 +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