8
0
Fork 0

Merge pull request #467 from a11smiles/master

fixed incorrect documentation for themes location
Dieser Commit ist enthalten in:
Stéphane Goetz 2017-08-08 20:35:14 +02:00 committet von GitHub
Commit 77d5e9fe5e
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -63,6 +63,7 @@ Change the `theme` option inside `html`
```json
{
"themes_directory": "/home/user/themes",
"html": {
"theme": "{theme}-{variant}"
}
@ -71,7 +72,7 @@ Change the `theme` option inside `html`
The name of the theme, is the folder name.
You can use the `themes_path` setting if you want to specify a custom location of your theme folder.
You can use the `themes_directory` setting if you want to specify a custom location of your `themes` folder.
A variant is optional, if you want to add one, separate it from the theme with a dash.