my-website/config.toml
Jonas Tobias Hopusch 0aedbf46a9
All checks were successful
continuous-integration/drone/push Build is passing
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.
2024-07-05 00:14:00 +02:00

14 lines
335 B
TOML

base_url = "https://www.jotoho.de/"
default_language = "en"
minify_html = 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
smart_punctuation = true
lazy_async_image = true
bottom_footnotes = true