diff --git a/config/_default/config.toml b/config/_default/config.toml index b8740b2..4b41e2b 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -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" ]