From cb3b0b5fed9539df53ee93f76340bc93e80b4f45 Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Mon, 11 May 2026 16:11:31 -0500 Subject: update site --- config.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 1d1b419..7d41900 100644 --- a/config.toml +++ b/config.toml @@ -12,12 +12,15 @@ generate_feeds = true feed_limit = 15 feed_filenames = ["atom.xml", "rss.xml"] +[markdown.highlighting] +light_theme = "gruvbox-light-medium" +dark_theme = "gruvbox-dark-medium" + [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 insert_anchor_links = "heading" - +render_emoji = true [extra] # Put all your custom variables here -- cgit v1.2.3