From aae44635a05e1bdcbf5ebc6446c292ff2b36deb3 Mon Sep 17 00:00:00 2001 From: Joshua Davis Date: Thu, 27 Jul 2017 16:18:58 -0400 Subject: [PATCH] fixed incorrect documentation for themes location --- docs/10_For_Developers/Creating_a_Theme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/10_For_Developers/Creating_a_Theme.md b/docs/10_For_Developers/Creating_a_Theme.md index cc13272..a8e50b4 100644 --- a/docs/10_For_Developers/Creating_a_Theme.md +++ b/docs/10_For_Developers/Creating_a_Theme.md @@ -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.