From ba0c384602f859a945dde4722c400d02b3216b9f Mon Sep 17 00:00:00 2001 From: Youri Seichter Date: Sat, 6 Mar 2021 12:12:21 -0800 Subject: [PATCH] Clarify where to define the theme in the .toml file (#1390) It was not clear that the user has to place it in the top level of the file. I had an issue with that. --- .../documentation/themes/installing-and-using-themes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index e16c4827..b4c2f1ef 100644 --- a/docs/content/documentation/themes/installing-and-using-themes.md +++ b/docs/content/documentation/themes/installing-and-using-themes.md @@ -27,7 +27,8 @@ Zola to use it by setting the `theme` variable in the [configuration file](@/documentation/getting-started/configuration.md). The theme name has to be the name of the directory you cloned the theme in. For example, if you cloned a theme in `themes/simple-blog`, the theme name to use -in the configuration file is `simple-blog`. +in the configuration file is `simple-blog`. Also make sure to place the variable in the top level of the +`.toml` hierarchy and not after a dict like [extra] or [markdown]. ## Customizing a theme