645 B
645 B
Kobol 官方 Wiki
Powered by mkdocs : http://www.mkdocs.org/
模板
Material : http://squidfunk.github.io/mkdocs-material/
扩展
Lightgallery : https://github.com/g-provost/lightgallery-markdown
如何在本地运行此 wiki
- 安装 mkdocs
$ pip install mkdocs
- 安装 Material 模板
$ pip install mkdocs-material
- 安装 Lightgallery 扩展
$ git clone https://github.com/g-provost/lightgallery-markdown.git
$ cd lightgallery-markdown
$ python setup.py install
- 下载和运行 wiki
$ git clone https://github.com/helios-4/wiki.git
$ cd wiki
$ mkdocs serve