Skip to content

Commit 8decc5d

Browse files
fix markdown code highlighting config variables for zola 0.22.0 (#231)
1 parent 616a42a commit 8decc5d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

config.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ include_content = true # include rendered content of page/section in index
3535
# truncate_content_length = 100 # Truncate at nth character. May be useful if index is getting too large.
3636

3737
[markdown]
38-
highlight_code = true
39-
highlight_theme = "css"
4038
bottom_footnotes = true # adds footnote backreference
4139
render_emoji = false
4240
external_links_target_blank = true # rel="noopener"
4341
external_links_no_follow = false # rel="nofollow"
4442
external_links_no_referrer = false # rel="noreferrer"
4543
smart_punctuation = false # `...` to `…`, `"quote"` to `“curly”` etc
4644

45+
[markdown.highlighting]
46+
theme = "synthwave-84"
47+
4748
# Any Extra language you do not use, delete or comment out the extra language sections:
4849
[languages.fr]
4950
title = "Abridge"

0 commit comments

Comments
 (0)