Newer
Older
# How to run
```shell
$ git clone
$ cd wiki
$ sudo docker run --rm -volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:$JEKYLL_VERSION jekyll serve
```
default template (if needed to override): https://github.com/jekyll/minima
documentation: https://jekyllrb.com/docs
Generate for a device
```shell
$ git clone
$ cd wiki
$ ./scripts/generate_device.sh starlte "Galaxy S9" Samsung oreo "dev, stable"
```
pay attention to file user, a `chmod -R 1000:1000 wiki` could help