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