Kobol Official Wiki
127f60b787
The changes on recent Armbian with LK 4.14 and LK 4.19 make the hwmon device order changed. pwm-fan become hwmon3 & hwmon4 and board temp sensor become hwmon2. Also sync the fancontrol configuration with the one on Armbian. |
||
---|---|---|
docs | ||
theme | ||
mkdocs.yml | ||
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
- Install mkdocs
$ pip3 install mkdocs
- Install Material Template
$ pip3 install mkdocs-material
- Install Lightgallery Extension
$ git clone https://github.com/g-provost/lightgallery-markdown.git
$ cd lightgallery-markdown
$ python3 setup.py install
- Install git-revision plugin
pip3 install mkdocs-git-revision-date-plugin
- Download and serve wiki
$ git clone https://github.com/helios-4/wiki.git
$ cd wiki
$ mkdocs serve