aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml17
1 files changed, 3 insertions, 14 deletions
diff --git a/config.toml b/config.toml
index d615726..13466fe 100644
--- a/config.toml
+++ b/config.toml
@@ -39,18 +39,12 @@ 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/"
identifier = "feather/users"
@@ -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"]