From 3d535d24ed579bbf3f6620c4568bbd6b294a7f75 Mon Sep 17 00:00:00 2001 From: Sam Hermans Date: Thu, 28 Jul 2016 11:22:22 +0300 Subject: [PATCH] Add a refrence to themes_path I had to check the source for this option --- docs/10_For_Developers/Creating_a_Theme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/10_For_Developers/Creating_a_Theme.md b/docs/10_For_Developers/Creating_a_Theme.md index 69c0bad..9218e22 100644 --- a/docs/10_For_Developers/Creating_a_Theme.md +++ b/docs/10_For_Developers/Creating_a_Theme.md @@ -71,6 +71,8 @@ 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. + A variant is optional, if you want to add one, separate it from the theme with a dash. ## Overriding templates