From 8354b8f77fdfd907f07574b63e910aba09232ade Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Tue, 26 Nov 2024 11:50:27 -0300 Subject: first article, safer pointers --- zola/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zola/config.toml') diff --git a/zola/config.toml b/zola/config.toml index 184d40e..8c39678 100644 --- a/zola/config.toml +++ b/zola/config.toml @@ -11,10 +11,16 @@ build_search_index = false default_language = "en" +taxonomies = [ + { name = "Categories", feed = true}, + { 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 highlight_code = true +highlight_theme = "solarized-dark" [extra] # Put all your custom variables here -- cgit v1.2.3