From af104cccb8a81815dd65bea7fbf44b4a9f542b7b Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Mon, 9 Feb 2026 20:05:00 +0800 Subject: themes/Seje2: adapt to new giallo highlighting engine --- config.toml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 058cdc4..11d7eb6 100644 --- a/config.toml +++ b/config.toml @@ -26,15 +26,10 @@ taxonomies = [ {name = "tags", feed = 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 -highlight_theme = "css" -highlight_themes_css = [ - { theme = "one-dark", filename = "syntax-theme-dark.css" }, - { theme = "solarized-light", filename = "syntax-theme-light.css" }, -] +[markdown.highlighting] +style = "class" +light_theme = "solarized-light" +dark_theme = "one-dark-pro" [extra] # Put all your custom variables here -- cgit v1.2.3