1
0
Fork 0
forked from deblan/gist

Fix theme name typo

This commit is contained in:
Simon Vieille 2017-04-24 01:18:21 +02:00
parent 4a035ba7ed
commit 0b6c4d7ac1

View file

@ -171,7 +171,7 @@ Edit `app/config/config.yml`.
* `api.base_uri`: The url of your instance.
* `data.path`: the path where the files are saved.
* `git.path`: The path of `git`.
* `theme.name`: the name of the theme (`default` or `light`)
* `theme.name`: the name of the theme (`dark` or `light`)
Makefile
--------