summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2024-09-15 12:30:02 +0200
committerlsof <lsof@mailbox.org>2024-09-15 12:30:02 +0200
commitdd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab (patch)
treea054c4e588cc705a9fce55eff7173398eeb67fb4 /config.toml
parentbe3c967c2dac40a0ea573a443ef858d8cd4aa8ba (diff)
blog: add taxonomies (tags)
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 4b1b1bb..3d43084 100644
--- a/config.toml
+++ b/config.toml
@@ -10,6 +10,10 @@ build_search_index = false
# When set to "true", the generated HTML files are minified.
minify_html = false
+taxonomies = [
+ { 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