This commit is contained in:
13
hugo.toml
13
hugo.toml
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user