troubleshooting
All checks were successful
Build Hugo Site / build (push) Successful in 6s

This commit is contained in:
2025-01-08 15:50:06 -07:00
parent b1b7dd1ebd
commit cb3148202d
5 changed files with 18 additions and 72 deletions

View File

@@ -69,5 +69,14 @@ tag = "tags"
weight = 20
[outputs]
home = ["html", "jsonfeed", "rss"]
section = ["html", "jsonfeed", "rss"]
home = ["html", "rss"]
section = ["html", "json"] # Enable JSON for section outputs
page = ["html"]
[outputFormats.json]
mediaType = "application/json"
baseName = "index"
isPlainText = true
notAlternative = true