diff options
| author | 2024-09-15 12:30:02 +0200 | |
|---|---|---|
| committer | 2024-09-15 12:30:02 +0200 | |
| commit | dd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab (patch) | |
| tree | a054c4e588cc705a9fce55eff7173398eeb67fb4 /config.toml | |
| parent | be3c967c2dac40a0ea573a443ef858d8cd4aa8ba (diff) | |
blog: add taxonomies (tags)
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 4 |
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 |