attempt at adding a json feed
All checks were successful
Build Hugo Site / build (push) Successful in 10s
All checks were successful
Build Hugo Site / build (push) Successful in 10s
This commit is contained in:
12
hugo.toml
12
hugo.toml
@@ -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"]
|
||||
Reference in New Issue
Block a user