From 3566b059d01cbe7c6978efd59bcee328539c1025 Mon Sep 17 00:00:00 2001 From: Artturin Date: Thu, 13 Feb 2025 18:03:40 +0200 Subject: [PATCH] syntax highlight --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index df06d9b..232de2d 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,7 @@ 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_code = true #highlight_theme = "css" [extra]