2b1fe20a4a
Update Wiki
43 lines
661 B
Markdown
43 lines
661 B
Markdown
# 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
|
|
|
|
```bash
|
|
$ pip install mkdocs
|
|
```
|
|
|
|
2. Install Material Template
|
|
|
|
```bash
|
|
$ pip install mkdocs-material
|
|
```
|
|
|
|
3. Install Lightgallery Extension
|
|
|
|
```bash
|
|
$ git clone https://github.com/g-provost/lightgallery-markdown.git
|
|
|
|
$ cd lightgallery-markdown
|
|
|
|
$ python setup.py install
|
|
```
|
|
|
|
4. Download and serve wiki
|
|
|
|
```bash
|
|
$ git clone https://github.com/helios-4/wiki.git
|
|
|
|
$ cd wiki
|
|
|
|
$ mkdocs serve
|
|
```
|