This commit is contained in:
19
hugo.toml
19
hugo.toml
@@ -42,7 +42,6 @@ tag = "tags"
|
||||
dateform = "Jan 2, 2006"
|
||||
dateformShort = "Jan 2"
|
||||
dateformNum = "2006-01-02"
|
||||
showFullTextinJSONFeed = true # Optimize feeds for IndieWeb-compatible readers
|
||||
|
||||
# Optional social links
|
||||
[[params.socialLinks]]
|
||||
@@ -68,15 +67,13 @@ tag = "tags"
|
||||
url = "about/"
|
||||
weight = 20
|
||||
|
||||
[outputFormats.jsonfeed]
|
||||
mediaType = "application/json"
|
||||
baseName = "feed"
|
||||
rel = "alternate"
|
||||
isPlainText = true
|
||||
|
||||
[outputs]
|
||||
home = ["html", "rss"]
|
||||
section = ["html", "json"] # Enable JSON for section outputs
|
||||
page = ["html"]
|
||||
|
||||
[outputFormats.json]
|
||||
mediaType = "application/json"
|
||||
baseName = "index"
|
||||
isPlainText = true
|
||||
notAlternative = true
|
||||
|
||||
home = ["html", "jsonfeed", "rss"]
|
||||
section = ["html", "jsonfeed", "rss"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user