From 3c32350fb9bd9eb2ab71d6cdc827c7b9ac8f2b82 Mon Sep 17 00:00:00 2001 From: Parker TenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:14:44 -0500 Subject: [PATCH] highlighting --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9c23f5e..b587cdf 100644 --- a/config.toml +++ b/config.toml @@ -32,7 +32,7 @@ taxonomies = [ [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 +highlighting = true render_emoji = true bottom_footnotes = true github_alerts = true