move tootpick.html to layouts to make use of --minify

in static files only get copied, from layouts they get also minified by hugo
main
Dominic Reich 11 months ago
parent 28335b619c
commit 42cc66febc
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -37,8 +37,14 @@ summaryLength = 0
isPlainText = true isPlainText = true
notAlternative = true notAlternative = true
[outputFormats.Tootpick]
mediaType = "text/html"
basename = "tootpick"
isPlainText = true
notAlternative = true
[outputs] [outputs]
home = [ "HTML", "Atom", "JSON", "HumansTXT" ] home = [ "HTML", "Atom", "JSON", "HumansTXT", "Tootpick" ]
page = ["HTML"] page = ["HTML"]
section = ["HTML", "Atom"] section = ["HTML", "Atom"]
# taxonomyTerm = ["HTML"] # taxonomyTerm = ["HTML"]

Loading…
Cancel
Save