summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorSakamoto <me@sakamoto.network>2026-05-11 16:11:31 -0500
committerSakamoto <me@sakamoto.network>2026-05-11 16:11:31 -0500
commitcb3b0b5fed9539df53ee93f76340bc93e80b4f45 (patch)
tree34245f7a333e20d2fa361a1168ad589e4841f44a /config.toml
parent3b0364a16eeaff3c79f5304c5320f123f570bdbc (diff)
downloadsakamoto.network-cb3b0b5fed9539df53ee93f76340bc93e80b4f45.tar.xz
sakamoto.network-cb3b0b5fed9539df53ee93f76340bc93e80b4f45.zip
update site
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 5 insertions, 2 deletions
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