From b8e1c5a3d9d37e8e49cce22a0fdcda260ed481dc Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 30 Dec 2023 16:39:52 -0500 Subject: config: Add settings page Adjust icons --- config.toml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 64b9524..e7bd944 100644 --- a/config.toml +++ b/config.toml @@ -33,38 +33,44 @@ enableRobotsTXT = true [[menu.main]] name = "Tags" url = "/tags/" - identifier = "feather/tag" + identifier = "tabler/tags" weight = 2 icon = "home" [[menu.main]] name = "Archives" url = "/archives/messages/" - identifier = "tabler/clock" + identifier = "tabler/archive" weight = 3 [[menu.main]] name = "Authors" url = "/authors/" identifier = "feather/users" + weight = 4 + + [[menu.main]] + name = "Settings" + url = "/settings/" + identifier = "tabler/settings" weight = 5 + [[menu.main]] + name = "Sources" + url = "/sources/" + identifier = "feather/git-commit" + weight = 6 + [[menu.main]] name = "RSS Feed" url = "/rss.xml" identifier = "feather/rss" - weight = 6 + weight = 7 [[menu.main]] name = "JSON Feed" url = "/index.json" identifier = "feather/circle" - weight = 7 - - [[menu.main]] - name = "Sources" - url = "/sources/" - identifier = "feather/git-commit" weight = 8 [params] @@ -148,6 +154,10 @@ enableRobotsTXT = true path = "archives/messages" baseName = "index" mediaType = "text/html" + [outputFormats.settings] + path = "settings" + baseName = "index" + mediaType = "text/html" [outputFormats.sources] path = "sources" baseName = "index" @@ -169,7 +179,7 @@ enableRobotsTXT = true mediaType = "text/html" [outputs] - home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "authors.section", "sources", "browserconfig", "archives", "webmanifest"] + home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "authors.section", "sources", "browserconfig", "archives", "settings", "webmanifest"] section = ["html", "rss", "gallery", "following", "webring"] taxonomy = ["html", "rss"] term = ["html", "rss"] -- cgit v1.2.3