Kobol Official Wiki
Go to file
Gauthier Provost 2e336ef13c Add note on screw size in wiki assembly page. 2019-03-04 17:24:36 +08:00
docs Add note on screw size in wiki assembly page. 2019-03-04 17:24:36 +08:00
theme update conf for mkdocs 1.0 and add revision date to pages 2019-02-28 17:24:36 +08:00
mkdocs.yml update conf for mkdocs 1.0 and add revision date to pages 2019-02-28 17:24:36 +08:00
README.md Fix typo 2017-12-25 00:56:49 +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
$ pip install mkdocs
  1. Install Material Template
$ pip install mkdocs-material
  1. Install Lightgallery Extension
$ git clone https://github.com/g-provost/lightgallery-markdown.git

$ cd lightgallery-markdown

$ python setup.py install
  1. Download and serve wiki
$ git clone https://github.com/helios-4/wiki.git

$ cd wiki

$ mkdocs serve