Skip to content

Commit 4ea4e8a

Browse files
committed
Update for new version of zola
Breaks light mode update for code. Don't know how to update it yet
1 parent 51f85c2 commit 4ea4e8a

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

config.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@ include_content = true # include rendered content of page/section in index
7575

7676
# Configuration of the Markdown rendering
7777
[markdown]
78-
# Whether to do syntax highlighting
79-
# Theme can be customized by setting the `highlight_theme` variable to a theme supported by Zola
80-
81-
# When set to "true", all code blocks are highlighted.
82-
highlight_code = true
83-
84-
highlight_theme = "css"
85-
8678
# Whether footnotes are rendered in the GitHub-style (at the bottom, with back references) or plain (in the place, where they are defined)
8779
bottom_footnotes = true # adds footnote backreference
8880

@@ -153,6 +145,10 @@ insert_anchor_links = "heading"
153145
# { name = "tags", feed = true },
154146
# ]
155147

148+
[markdown.highlighting]
149+
# See change log for details on migration https://github.com/c-git/zola/blob/master/CHANGELOG.md#0220-2026-01-09
150+
theme = "github-dark"
151+
156152
[link_checker]
157153
# Skip link checking for external URLs that start with these prefixes
158154
skip_prefixes = [

0 commit comments

Comments
 (0)