diff --git a/config/_default/config.toml b/config/_default/config.toml index cdc84f6..1f8823c 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -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"] diff --git a/static/tootpick.html b/layouts/tootpick.html similarity index 100% rename from static/tootpick.html rename to layouts/tootpick.html