attempt at adding a json feed
All checks were successful
Build Hugo Site / build (push) Successful in 10s

This commit is contained in:
2024-12-27 19:59:45 -07:00
parent 1541ae8c69
commit 102371ff87
2 changed files with 76 additions and 1 deletions

View File

@@ -147,4 +147,14 @@ expiryDate = ["expiryDate"]
[[menu.main]]
name = "About"
url = "about/"
weight = 20
weight = 20
[outputFormats.jsonfeed]
mediaType = "application/json"
baseName = "feed"
rel = "alternate"
isPlainText = true
[outputs]
home = ["html", "jsonfeed", "rss"]
section = ["html", "jsonfeed", "rss"]