|
|
|
@ -21,19 +21,21 @@ summaryLength = 0
|
|
|
|
|
# home = ["HTML", "RSS", "JSON"]
|
|
|
|
|
|
|
|
|
|
[mediaTypes]
|
|
|
|
|
[mediaTypes."application/atom"]
|
|
|
|
|
suffixes = ["xml"]
|
|
|
|
|
[mediaTypes."application/atom"]
|
|
|
|
|
suffixes = ["xml"]
|
|
|
|
|
|
|
|
|
|
[outputFormats.Atom]
|
|
|
|
|
mediaType = "application/atom"
|
|
|
|
|
baseName = "index"
|
|
|
|
|
isPlainText = false
|
|
|
|
|
mediaType = "application/atom"
|
|
|
|
|
baseName = "index"
|
|
|
|
|
isPlainText = false
|
|
|
|
|
|
|
|
|
|
[outputFormats.HumansTXT]
|
|
|
|
|
mediaType = "text/plain"
|
|
|
|
|
baseName = "humans"
|
|
|
|
|
isPlainText = true
|
|
|
|
|
mediaType = "text/plain"
|
|
|
|
|
notAlternative = true
|
|
|
|
|
|
|
|
|
|
[outputs]
|
|
|
|
|
home = [ "HTML", "Atom", "JSON", "HumansTXT" ]
|
|
|
|
|
home = [ "HTML", "Atom", "JSON", "HumansTXT" ]
|
|
|
|
|
section = [ "HTML", "Atom" ]
|
|
|
|
|
|
|
|
|
|