Add Atom feeds

This commit is contained in:
Will Faught
2023-09-20 23:22:18 -07:00
parent 8b7342d09e
commit 9c42631c14
4 changed files with 182 additions and 1 deletions

View File

@@ -85,7 +85,9 @@ startlevel = 2
path = "github.com/willfaught/paige"
[outputs]
home = ["html", "json", "rss"]
home = ["atom", "html", "json", "rss"]
section = ["atom", "html", "rss"]
taxonomy = ["atom", "html", "rss"]
[params.authors.will-faught]
default = true
@@ -96,6 +98,11 @@ url = "https://willfaught.com/paige"
[params.paige.git]
commit_url = "https://github.com/willfaught/paige/commit/%s"
[[params.paige.feed.atom.authors]]
email = "will.faught@example.com"
name = "Will Faught"
url = "https://willfaught.com/paige"
[params.paige.feed.rss]
managing_editor = "Will Faught"
web_master = "Will Faught"