Use paige.feed, paige.feed.rss config

This commit is contained in:
Will Faught
2023-09-20 22:50:11 -07:00
parent bcf121c34a
commit 4bab964227
4 changed files with 12 additions and 10 deletions

View File

@@ -268,17 +268,19 @@ github_repo = ""
[paige.date]
format = ":date_long" # Hugo date format
[paige.feed]
hide_page = false
[paige.feed.rss]
managing_editor = ""
web_master = ""
[paige.git]
commit_url = "" # Example is "https://github.com/willfaught/paige/commit/%s"
[paige.menu]
style = "pills" # Must be "links", "pills", "tabs", or "underline"
[paige.rss]
hide_page = false
managing_editor = ""
web_master = ""
[paige.search]
hide_page = false
```