File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
8779bottom_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
158154skip_prefixes = [
You can’t perform that action at this time.
0 commit comments