Skip to content

Commit 4895d7f

Browse files
committed
Update syntax highlighting for zola 0.22.0 compat
A breaking change was introduced in 0.22.0, details here: https://github.com/getzola/zola/blob/master/CHANGELOG.md#0220-2026-01-09 Replace our previous `inspired-github` theme with new `github-light` theme which seems like a sane enough replacement. I'm not sure we're even using this in any existing capacity today. Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent 761abcd commit 4895d7f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

config.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,15 @@ generate_robots_txt = true
3636
#exclude_paginated_pages_in_sitemap
3737

3838
[markdown]
39-
# Whether to do syntax highlighting
40-
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
41-
highlight_code = true
42-
highlight_theme = "inspired-github"
4339
render_emoji = true
4440
external_links_class = "external"
4541
external_links_target_blank = true
4642
external_links_no_referrer = true
4743
#insert_anchor_links = "left"
4844

45+
[markdown.highlighting]
46+
theme = "github-light"
47+
4948
[extra]
5049
# Put all your custom variables here
5150
juice_logo_name = "bootc"

0 commit comments

Comments
 (0)