config.toml: set highlight_code in markdown section (required for current zola versions)

This commit is contained in:
Pluto 2024-06-23 12:53:04 +02:00
parent 6889c011ca
commit 4606518627

View file

@ -4,11 +4,12 @@ base_url = "https://reudnetz.org"
# Whether to automatically compile all Sass files in the sass directory # Whether to automatically compile all Sass files in the sass directory
compile_sass = true compile_sass = true
title = "Reudnetz w.V."
[markdown]
# Whether to do syntax highlighting # Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg
highlight_code = false highlight_code = false
title = "Reudnetz w.V."
[extra] [extra]
# Put all your custom variables here # Put all your custom variables here