Update config and include taxonomies
Lonami Exo totufals@hotmail.com
Sat, 06 Feb 2021 17:21:45 +0100
1 files changed,
11 insertions(+),
14 deletions(-)
jump to
M
config.toml
→
config.toml
@@ -1,16 +1,13 @@
-# The URL the site will be built for +# primary config base_url = "https://lonami.dev" +title = "Lonami's Site" +default_language = "en" +minify_html = true -# Whether to automatically compile all Sass files in the sass directory -compile_sass = false - -# Whether to build a search index to be used later on by a JavaScript library -build_search_index = false - -[markdown] -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = false - -[extra] -# Put all your custom variables here +# blog +generate_feed = true +feed_limit = 10 +taxonomies = [ + { name = "category" }, + { name = "tags" }, +]