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.yaml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index dc1d427..5a040ab 100644 --- a/config.yaml +++ b/config.yaml @@ -37,28 +37,32 @@ menu: weight: 1 - name: Tags url: /tags/ - identifier: feather/tag + identifier: tabler/tags weight: 2 icon: home - name: Archives url: /archives/messages/ - identifier: tabler/clock + identifier: tabler/archive weight: 3 - name: Authors url: /authors/ identifier: feather/users + weight: 4 + - name: Settings + url: /settings/ + identifier: tabler/settings weight: 5 + - name: Sources + url: /sources/ + identifier: feather/git-commit + weight: 6 - name: RSS Feed url: /rss.xml identifier: feather/rss - weight: 6 + weight: 7 - name: JSON Feed url: /index.json identifier: feather/circle - weight: 7 - - name: Sources - url: /sources/ - identifier: feather/git-commit weight: 8 params: @@ -144,6 +148,10 @@ outputFormats: path: archives/messages baseName: index mediaType: text/html + settings: + path: settings + baseName: index + mediaType: text/html sources: path: sources baseName: index @@ -176,6 +184,7 @@ outputs: - sources - browserconfig - archives + - settings - webmanifest section: - html -- cgit v1.2.3