diff options
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 |