Skip to content

Commit 0d6f621

Browse files
committed
make zola generate an atom feed
1 parent f394861 commit 0d6f621

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ default_language = "en"
99

1010
paginate_by = 10
1111

12+
generate_feed = true
13+
1214
[markdown]
1315
highlight_code = true
1416
highlight_theme = "OneHalfLight"

content/blog/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ sort_by = "date"
44
page_template = "post.html"
55
title = "Blog"
66
+++
7+
8+
You can subscribe to this blog with this [atom feed](/atom.xml).

0 commit comments

Comments
 (0)