From fb3efc45318558d4a0555cf6a2e0cc72252e13f8 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:00:01 -0500 Subject: removed submodule content/docs --- config/_default/menus/menus.en.toml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'config/_default/menus/menus.en.toml') diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 22971e5..88edc5e 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -12,42 +12,46 @@ pageRef = "/tips/" weight = 15 -# Evidence Submenu +[[main]] + name = "Docs" + url = "/docs/" + weight = 20 + [[main]] name = "Evidence" pageRef = "/evidence/" - weight = 20 + weight = 30 [[main]] name = "People" pageRef = "/persons/" - weight = 30 + weight = 40 # Main Cont'd [[main]] name = "Legal" pageRef = "/legal/" - weight = 40 + weight = 50 [[main]] name = "Communications" pageRef = "/communication" - weight = 50 + weight = 60 [[main]] name = "Posts" pageRef = "/posts/" - weight = 60 + weight = 70 [[main]] name = "Tags" pageRef = "/tags/" - weight = 70 + weight = 80 # About Submenu [[main]] name = "About" - weight = 80 + weight = 90 [[main]] name = "About Us" -- cgit v1.2.3 From fef727c822458bc6d3e8af96187a445addbcdb6c Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:30:30 -0500 Subject: =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Lotta=20Shit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lotta content additions and updates. --- config/_default/menus/menus.en.toml | 61 +++++-------------------------------- 1 file changed, 8 insertions(+), 53 deletions(-) (limited to 'config/_default/menus/menus.en.toml') diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 88edc5e..f95036a 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -2,56 +2,46 @@ # ------------------ # Main Menu -[[main]] - name = "Home" - pageRef = "/" - weight = 10 - [[main]] name = "Tips" pageRef = "/tips/" - weight = 15 - -[[main]] - name = "Docs" - url = "/docs/" - weight = 20 + weight = 10 [[main]] name = "Evidence" pageRef = "/evidence/" - weight = 30 + weight = 20 [[main]] name = "People" pageRef = "/persons/" - weight = 40 + weight = 30 # Main Cont'd [[main]] name = "Legal" pageRef = "/legal/" - weight = 50 + weight = 40 [[main]] name = "Communications" pageRef = "/communication" - weight = 60 + weight = 50 [[main]] name = "Posts" pageRef = "/posts/" - weight = 70 + weight = 60 [[main]] name = "Tags" pageRef = "/tags/" - weight = 80 + weight = 70 # About Submenu [[main]] name = "About" - weight = 90 + weight = 80 [[main]] name = "About Us" @@ -191,38 +181,3 @@ url = "https://twitter.com/solar_dump" parent = "Our Network" weight = 40 - -# # External Links -# [[footer]] -# name = "Other Sites" -# weight = 40 - -# [[footer]] -# name = "Lamar County Code" -# url = "https://library.municode.com/ga/lamar_county/codes/code_of_ordinances" -# parent = "Other Sites" -# weight = 10 - -# [[footer]] -# name = "Lamar County Commissioners" -# url = "https://lamarcountyga.com" -# parent = "Other Sites" -# weight = 20 - -# [[footer]] -# name = "Lamar Co Online Tax Records" -# url = "https://qpublic.net/ga/lamar/" -# parent = "Other Sites" -# weight = 30 - -# [[footer]] -# name = "2023 Georgia Code" -# url = "https://law.justia.com/codes/georgia/2023/" -# parent = "Other Sites" -# weight = "40" - -# [[footer]] -# name = "2022 Federal Code" -# url = "https://law.justia.com/codes/us/2022/" -# parent = "Other Sites" -# weight = 50 \ No newline at end of file -- cgit v1.2.3