fix broken humans.txt and tootpick.html output

main
Dominic Reich 11 months ago
parent d6a42659e5
commit ea28eecc04
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -83,8 +83,21 @@ IsPlainText = true
noUgly = false
Rel = "alternate"
[outputFormats.HumansTXT]
mediaType = "text/plain"
baseName = "humans"
isPlainText = true
notAlternative = true
[outputFormats.Tootpick]
mediaType = "text/html"
basename = "tootpick"
isPlainText = false
isHTML = true
notAlternative = true
[outputs]
home = [ "HTML", "ATOM", "JSON"]
home = [ "HTML", "ATOM", "JSON", "HumansTXT", "Tootpick"]
section = [ "HTML", ]
page = [ "HTML" ]
taxonomy = [ "HTML" ]

Loading…
Cancel
Save