updated to zola 0.22, added theme to code blocks

This commit is contained in:
Parker TenBroeck 2026-01-18 13:57:33 -05:00
parent 5d0552c531
commit 9356e79e1a
11 changed files with 143 additions and 11 deletions

View file

@ -29,10 +29,15 @@ taxonomies = [
{name = "tags", feed=true}
]
minify_html = true
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
render_emoji = true
bottom_footnotes = true
github_alerts = true
[markdown.highlighting]
theme = "github-dark"
style = "class"
error_on_missing_language = true