Update config.toml
All checks were successful
continuous-integration/drone/push Build is passing

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.
This commit is contained in:
Jonas Tobias Hopusch 2024-07-05 00:14:00 +02:00
parent 87ce929648
commit 0aedbf46a9
Signed by: jotoho
GPG key ID: 913BDF1196DCF600

View file

@ -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