From deae5456a18b94513509df552ed85e1b974bab93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= Date: Tue, 23 Jun 2026 20:27:39 +0200 Subject: [PATCH] Update config for zola 0.22 --- config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 34b4fdf..2e8a520 100644 --- a/config.toml +++ b/config.toml @@ -15,10 +15,13 @@ paths = "off" taxonomies = "off" [markdown] -highlight_code = true smart_punctuation = false render_emoji = false +[markdown.highlighting] +light_theme = "github-light" +dark_theme = "github-dark" + [extra] [extra.tr]