summaryrefslogtreecommitdiffstats
path: root/config/_default/menus
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-11-05 06:01:38 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2024-11-05 06:01:38 -0500
commitc2f904ec773acecabb34c68b0e6756f3f8cc305b (patch)
tree9dcec440a1e0d54ad186c8269a63afd70d847589 /config/_default/menus
parent8609f5ddfa3c322912ee705ed6082f93266982b2 (diff)
feat(content): :sparkles: Communication section creation
Communication section created, frontmatter type cleaning, configurations, etc... #28 #27
Diffstat (limited to 'config/_default/menus')
-rw-r--r--config/_default/menus/menus.en.toml99
1 files changed, 46 insertions, 53 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 258e4db..9dfc23a 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -59,14 +59,19 @@
weight = 40
[[main]]
+ name = "Communications"
+ pageRef = "/communication"
+ weight = 50
+
+[[main]]
name = "Posts"
pageRef = "/posts/"
- weight = 50
+ weight = 60
# About Submenu
[[main]]
name = "About"
- weight = 60
+ weight = 70
[[main]]
name = "About Us"
@@ -108,119 +113,107 @@
[[main]]
name = "Tags"
pageRef = "/tags/"
- weight = 70
+ weight = 80
# ----------------------------------
# Footer Links
# ----------------------------------
-# Evidence Submenu
+# Section Submenu
[[footer]]
- name = "Evidence"
+ name = "Sections"
weight = 10
[[footer]]
- name = "Evidence Index"
+ name = "Evidence"
pageRef = "/evidence/"
- parent = "Evidence"
+ parent = "Sections"
weight = 10
[[footer]]
- name = "Voice Log Index"
- pageRef = "/evidence/otter-timeline/"
- parent = "Evidence"
+ name = "Legal"
+ pageRef = "/legal/"
+ parent = "Sections"
weight = 20
[[footer]]
- name = "Email Index"
- pageRef = "/evidence/emails_index/"
- parent = "Evidence"
+ name = "Communications"
+ pageRef = "/communication/"
+ parent = "Sections"
weight = 30
[[footer]]
- name = "Financials Overview"
- pageRef = "/evidence/financials/"
- parent = "Evidence"
+ name = "Posts"
+ pageRef = "/posts/"
+ parent = "Sections"
weight = 40
[[footer]]
- name = "Doug's Private Road"
- pageRef = "/evidence/private_road/"
- parent = "Evidence"
+ name = "Video"
+ pageRef = "/Video/"
+ parent = "Sections"
weight = 50
+# Site Info SubMenu
[[footer]]
- name = "Stalking Incident"
- pageRef = "/evidence/stalking/"
- parent = "Evidence"
- weight = 60
-
-# Link Submenu
-[[footer]]
- name = "Links"
+ name = "Site Info"
weight = 20
[[footer]]
- name = "Video"
- pageRef = "/Video/"
- parent = "Links"
+ name = "About Us"
+ pageRef = "/about/"
+ parent = "Site Info"
weight = 10
[[footer]]
- name = "Legal"
- pageRef = "/legal/"
- parent = "Links"
+ name = "Privacy"
+ pageRef = "/privacy/"
+ parent = "Site Info"
weight = 20
[[footer]]
- name = "Posts"
- pageRef = "/posts/"
- parent = "Links"
+ name = "Terms of Use"
+ pageRef = "/terms/"
+ parent = "Site Info"
weight = 30
[[footer]]
- name = "About Us"
- pageRef = "/about/"
- parent = "Links"
+ name = "Tips"
+ pageRef = "/tips/"
+ parent = "Site Info"
weight = 40
[[footer]]
- name = "Privacy"
- pageRef = "/privacy/"
- parent = "Links"
+ name = "Contact"
+ url = "https://contact.corruptlamar.com"
+ parent = "Site Info"
weight = 50
-[[footer]]
- name = "Terms of Use"
- pageRef = "/terms/"
- parent = "Links"
- weight = 60
-
# Sites Submenu
[[footer]]
- name = "Sites"
+ name = "Our Network"
weight = 30
[[footer]]
name = "Solar Dump"
url = "https://www.solardump.org"
- parent = "Sites"
+ parent = "Our Network"
weight = 10
[[footer]]
name = "They took our home"
url = "https://theytookourhome.com"
- parent = "Sites"
+ parent = "Our Network"
weight = 20
[[footer]]
name = "Contact Us"
url = "https://contact.corruptlamar.com"
- parent = "Sites"
+ parent = "Our Network"
weight = 30
[[footer]]
name = "Twitter: @solar_dump"
url = "https://twitter.com/solar_dump"
- parent = "Sites"
+ parent = "Our Network"
weight = 40 \ No newline at end of file