From 4606518627fad3669d06f8e3ef3a447420d7fe86 Mon Sep 17 00:00:00 2001 From: Pluto <> Date: Sun, 23 Jun 2024 12:53:04 +0200 Subject: [PATCH] config.toml: set highlight_code in markdown section (required for current zola versions) --- config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 26fe138..521be78 100755 --- a/config.toml +++ b/config.toml @@ -4,11 +4,12 @@ base_url = "https://reudnetz.org" # Whether to automatically compile all Sass files in the sass directory compile_sass = true +title = "Reudnetz w.V." + +[markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg highlight_code = false -title = "Reudnetz w.V." - [extra] # Put all your custom variables here