add atom feed links to the site
This commit is contained in:
parent
e570d164b0
commit
cbfa8c73d2
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# The title of the site
|
||||||
|
title = "Snamellit"
|
||||||
|
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://www.snamellit.com"
|
base_url = "https://www.snamellit.com"
|
||||||
|
|
||||||
|
@ -14,6 +17,8 @@ taxonomies = [
|
||||||
{ name="categories", feed=true },
|
{ name="categories", feed=true },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
generate_feed = true
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
# Whether to do syntax highlighting
|
# Whether to do syntax highlighting
|
||||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||||
|
|
Loading…
Reference in a new issue