Kobol Official Wiki
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gauthier Provost c012fb4c21 Add new Armbian release 21.05 2 years ago
docs Add new Armbian release 21.05 2 years ago
theme Update lightgallery plugin 2 years ago
.gitignore Fix page link. Add '/' when needed. 3 years ago
README.md Update github address 3 years ago
mkdocs.yml Update copyright date 2 years ago

README.md

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