fix broken humans.txt and tootpick.html output
This commit is contained in:
parent
d6a42659e5
commit
ea28eecc04
1 changed files with 14 additions and 1 deletions
|
@ -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…
Reference in a new issue