summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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