1 parent d4db0de commit 153b812Copy full SHA for 153b812
1 file changed
config.toml
@@ -31,10 +31,8 @@ generate_sitemap = true
31
# When set to "false", robots.txt is not generated
32
generate_robots_txt = true
33
34
-[markdown]
35
-# Whether to do syntax highlighting
36
-# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
37
-highlight_code = true
+[markdown.highlighting]
+theme = "nord"
38
39
[extra]
40
0 commit comments