summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-01-01 17:36:39 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-01-02 16:21:05 +0200
commitc1856d1f3edbc4b32be5860233dede88db16a7bb (patch)
treeb3a5e2f600c0079bd04d7ab2bb459b4664ba66a1 /config.toml
parent6d7e34af89ef1038d213ff8ea325bb84d4a00d4a (diff)
Start migrating content
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 1e2184f..7c3b926 100644
--- a/config.toml
+++ b/config.toml
@@ -5,7 +5,7 @@ title = "Jan Tuomi"
description = "Minimalist, digital gardener, senior software engineer."
default_language = "en"
generate_feeds = true
-feed_filenames = ["atom.xml"]
+feed_filenames = ["atom.xml", "feed.xml"]
author = "Jan Tuomi"
generate_sitemap = true
generate_robots_txt = true
@@ -18,10 +18,11 @@ taxonomies = [{ name = "kind", feed = true }]
# 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"
error_on_missing_highlight = true
external_links_target_blank = true
bottom_footnotes = true
-lazy_async_image = true
+lazy_async_image = false
insert_anchor_links = "heading"
[extra]