all repos — gemini-redirect @ c264bf4533e2015f38c4202b8123a5752aff660b

Update config and include taxonomies
Lonami Exo totufals@hotmail.com
Sat, 06 Feb 2021 17:21:45 +0100
commit

c264bf4533e2015f38c4202b8123a5752aff660b

parent

c67ef7846816c9b1416819617421a2389450ad33

1 files changed, 11 insertions(+), 14 deletions(-)

jump to
M config.tomlconfig.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" }, +]