Files
uutils.github.io/config.toml
T
Sylvestre Ledru 9058d57cfe Update Zola config for v0.22 compatibility
The highlighting config format changed in Zola 0.22: use
[markdown.highlighting] with style/light_theme/dark_theme fields
instead of the old highlight_code/highlight_theme fields.
2026-04-01 08:29:42 +02:00

17 lines
265 B
TOML

# The URL the site will be built for
base_url = "https://uutils.github.io"
title = "uutils"
description = ""
default_language = "en"
generate_feeds = true
[markdown]
[markdown.highlighting]
style = "class"
light_theme = "one-light"
dark_theme = "one-dark-pro"