From cbfa8c73d26f3b9d92c5511527d6f2840a7c98e9 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 5 Apr 2024 23:58:06 +0200 Subject: [PATCH] add atom feed links to the site --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index e6fb4c5..b774b61 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,6 @@ +# The title of the site +title = "Snamellit" + # The URL the site will be built for base_url = "https://www.snamellit.com" @@ -14,6 +17,8 @@ taxonomies = [ { name="categories", feed=true }, ] +generate_feed = true + [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola