From db0e339395d12fe8edc4292784585732b5502c0b Mon Sep 17 00:00:00 2001 From: Board Date: Sat, 8 Oct 2022 19:55:29 -0700 Subject: [PATCH] Update 'config.toml' Alphabetized menu --- config.toml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index 68effbe..8f53e8d 100644 --- a/config.toml +++ b/config.toml @@ -31,30 +31,35 @@ name = "About" url = "/about" weight = 1 +[[menu.main]] +name = "Articles" +url = "/posts" +weight = 2 + [[menu.main]] name = "Directory" url = "/directory" -weight = 1 +weight = 3 [[menu.main]] name = "Membership" url = "/membership" -weight = 2 - -[[menu.main]] -name = "Articles" -url = "/posts" -weight = 3 +weight = 4 [[menu.main]] name = "News" url = "/news" -weight = 4 +weight = 5 + +[[menu.main]] +name = "Photos" +url = "/zenphoto" +weight = 6 [[menu.main]] name = "Switch to Linux 🐧" url = "/linux" -weight = 5 +weight = 7 [[params.social]] name = "Discord"