From dd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab Mon Sep 17 00:00:00 2001 From: lsof Date: Sun, 15 Sep 2024 12:30:02 +0200 Subject: blog: add taxonomies (tags) --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.toml') 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 -- cgit v1.2.3