Skip to content

Commit 793e06b

Browse files
committed
1 parent 2b50bcd commit 793e06b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ output_dir = "dist"
1313

1414
theme = "anemone"
1515

16-
[markdown]
17-
# Whether to do syntax highlighting
18-
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
19-
highlight_code = true
16+
[markdown.highlighting]
17+
theme = "gruvbox-dark"
18+
error_on_missing_language = true
2019

2120
[extra]
2221
header_nav = [

0 commit comments

Comments
 (0)