diff options
Diffstat (limited to 'zola/config.toml')
-rw-r--r-- | zola/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zola/config.toml b/zola/config.toml index 184d40e..8c39678 100644 --- a/zola/config.toml +++ b/zola/config.toml @@ -11,10 +11,16 @@ build_search_index = false default_language = "en" +taxonomies = [ + { name = "Categories", feed = true}, + { name = "Tags", feed = true}, +] + [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true +highlight_theme = "solarized-dark" [extra] # Put all your custom variables here |