summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorMarco Andronaco <andronacomarco@gmail.com>2023-07-14 13:43:57 +0200
committerMarco Andronaco <andronacomarco@gmail.com>2023-07-14 13:43:57 +0200
commitf99116c6fa384ebfd915105517ef0ce207207ab3 (patch)
treeba555e088015c87e7fbb307444591412b5ce5ce1 /config.toml
parenteeee62c07dc01dc4823c72edd0794c0d9538cc36 (diff)
downloadzola-website-f99116c6fa384ebfd915105517ef0ce207207ab3.tar.gz
on par with hugo
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index ea05c0f..8892ddf 100644
--- a/config.toml
+++ b/config.toml
@@ -9,7 +9,7 @@ generate_feed = true
 compile_sass = false
 build_search_index = false
 taxonomies = [
-  { name = "tags" },
+  { name = "tags", feed = true },
 ]
 theme = "anemone"
 
@@ -27,3 +27,4 @@ header_nav = [
   { name = "/journal/", url = "/journal" },
   { name = "/blog/", url = "/blog" },
 ]
+default_theme = "dark" # default: 'light'