From 59024e55e1dea279b8acad3a9a8d2403c8bf3028 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 15 Aug 2022 22:37:43 -0400 Subject: config: Use route names in output format labels Easier search. --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index bf7f352..5171bd0 100644 --- a/config.toml +++ b/config.toml @@ -136,7 +136,7 @@ enableRobotsTXT = true baseName = "rss" mediaType = "application/rss+xml" - [outputFormats.rss-style] + [outputFormats.xslt] baseName = "rss" mediaType = "application/xslt+xml" @@ -145,12 +145,12 @@ enableRobotsTXT = true baseName = "index" mediaType = "text/html" - [outputFormats.archive-messages] + [outputFormats.history] path = "archives/messages" baseName = "index" mediaType = "text/html" - [outputFormats.archive-tags] + [outputFormats.records] path = "archives/tags" baseName = "index" mediaType = "text/html" @@ -169,7 +169,7 @@ enableRobotsTXT = true mediaType = "application/manifest+json" [outputs] - home = ["html", "rss", "rss-style", "json", "authors", "sources", "browserconfig", "archive-messages", "archive-tags", "webmanifest"] + home = ["html", "rss", "xslt", "json", "authors", "sources", "browserconfig", "history", "records", "webmanifest"] section = ["html", "rss"] taxonomy = ["html", "rss"] term = ["html", "rss"] -- cgit v1.2.3