From 0aedbf46a91d61468b379cb9296d383fd2c5f153 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Fri, 5 Jul 2024 00:14:00 +0200 Subject: [PATCH] Update config.toml Since a change in the latest zola version required changing the name of a setting anyway, I took the opportunity to review the settings and make some adjustments. --- config.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index b476f41..90d10c1 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,14 @@ base_url = "https://www.jotoho.de/" default_language = "en" minify_html = true -generate_feed = true +generate_feeds = true +feed_filenames = ["atom.xml", "rss.xml"] +author = "Jonas Tobias Hopusch" [markdown] highlight_code = true render_emoji = true external_links_no_referrer = true - -[extra] -# Put all your custom variables here +smart_punctuation = true +lazy_async_image = true +bottom_footnotes = true