Kobol Official Wiki
Go to file
Aditya Prayoga 127f60b787 PWM: Update hwmon device list and configuration
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.
2019-07-26 15:50:52 +08:00
docs PWM: Update hwmon device list and configuration 2019-07-26 15:50:52 +08:00
theme Update / Fix mkdocs-material tweaks. 2019-07-22 10:23:55 +08:00
mkdocs.yml update mkdocs config 2019-07-17 12:04:43 +08:00
README.md update README 2019-07-17 14:05:17 +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 Lightgallery Extension
$ git clone https://github.com/g-provost/lightgallery-markdown.git

$ cd lightgallery-markdown

$ python3 setup.py install
  1. Install git-revision plugin
pip3 install mkdocs-git-revision-date-plugin
  1. Download and serve wiki
$ git clone https://github.com/helios-4/wiki.git

$ cd wiki

$ mkdocs serve