add atom feed links to the site

This commit is contained in:
Peter Tillemans 2024-04-05 23:58:06 +02:00
parent e570d164b0
commit cbfa8c73d2

View file

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