From 3a3bc563bfe3a2006aa2bd8d3170ea5a33dcd21f Mon Sep 17 00:00:00 2001 From: Artturin Date: Thu, 13 Feb 2025 18:05:51 +0200 Subject: [PATCH] syntax highlight --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index df06d9b..272eda6 100644 --- a/config.toml +++ b/config.toml @@ -10,8 +10,8 @@ build_search_index = true [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 -#highlight_theme = "css" +highlight_code = true +highlight_theme = "css" [extra] # Put all your custom variables here