From 95d0cf887535137b9f0b04dce166b294db914b03 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 2 May 2023 18:18:44 -0400 Subject: themes/default/layouts: Squash history + records -> archives That was as interesting experiment.. --- config.toml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index d615726..13466fe 100644 --- a/config.toml +++ b/config.toml @@ -39,17 +39,11 @@ enableRobotsTXT = true icon = "home" [[menu.main]] - name = "History" + name = "Archives" url = "/archives/messages/" identifier = "tabler/clock" weight = 3 - [[menu.main]] - name = "Records" - url = "/archives/tags/" - identifier = "tabler/book-2" - weight = 4 - [[menu.main]] name = "Authors" url = "/authors/" @@ -166,16 +160,11 @@ enableRobotsTXT = true baseName = "authors" mediaType = "text/html" - [outputFormats.history] + [outputFormats.archives] path = "archives/messages" baseName = "index" mediaType = "text/html" - [outputFormats.records] - path = "archives/tags" - baseName = "index" - mediaType = "text/html" - [outputFormats.sources] path = "sources" baseName = "index" @@ -202,7 +191,7 @@ enableRobotsTXT = true mediaType = "text/html" [outputs] - home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "authors.section", "sources", "browserconfig", "history", "records", "webmanifest"] + home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "authors.section", "sources", "browserconfig", "archives", "webmanifest"] section = ["html", "rss", "gallery", "following", "webring"] taxonomy = ["html", "rss"] term = ["html", "rss"] -- cgit v1.2.3