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:
parent
28335b619c
commit
42cc66febc
2 changed files with 7 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue