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

in static files only get copied, from layouts they get also minified by hugo
This commit is contained in:
Dominic Reich 2023-11-19 12:40:57 +01:00
parent 28335b619c
commit 42cc66febc
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A
2 changed files with 7 additions and 1 deletions
config/_default
layouts

View file

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