aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-05-02 18:18:44 -0400
committertdro <tdro@noreply.example.com>2023-05-02 18:18:44 -0400
commit95d0cf887535137b9f0b04dce166b294db914b03 (patch)
tree8be4f0b7d7fd36856d5f1dd168553b93835dbc9e /config.toml
parent9544fa0c00aec79bff38f43bbdd8fc2ab80f0557 (diff)
downloadcanory-95d0cf887535137b9f0b04dce166b294db914b03.tar.gz
canory-95d0cf887535137b9f0b04dce166b294db914b03.tar.bz2
canory-95d0cf887535137b9f0b04dce166b294db914b03.zip
themes/default/layouts: Squash history + records -> archives0.11.12
That was as interesting experiment..
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"]