make zola generate an atom feed

This commit is contained in:
Terts Diepraam
2024-02-01 14:08:22 +01:00
parent f3948613ab
commit 0d6f6215f8
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ default_language = "en"
paginate_by = 10
generate_feed = true
[markdown]
highlight_code = true
highlight_theme = "OneHalfLight"
+2
View File
@@ -4,3 +4,5 @@ sort_by = "date"
page_template = "post.html"
title = "Blog"
+++
You can subscribe to this blog with this [atom feed](/atom.xml).