summaryrefslogtreecommitdiffstats
path: root/config/_default/menus/menus.en.toml
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-25 23:13:13 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-25 23:13:49 -0400
commit656d32529018d8965ad68633d42e85913baad47d (patch)
tree1b1418c58b2675d2ab652fe2651964b6a0eca5f9 /config/_default/menus/menus.en.toml
parentcd516885b7e729429c4938d7d8915181e6d3f18d (diff)
photos, layout, cleanup
added photo thumbnails to posts, cleanup links, restructured layout, added pdf module.
Diffstat (limited to 'config/_default/menus/menus.en.toml')
-rw-r--r--config/_default/menus/menus.en.toml108
1 files changed, 108 insertions, 0 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 08606f7..a66ce43 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -143,3 +143,111 @@
parent = "Projects"
weight = 2
# toml-docs-end sample-navigation
+
+[[footer]]
+ name = "Evidence"
+ weight = 10
+
+[[footer]]
+ name = "Artifacts"
+ pageRef = "/evidence/"
+ parent = "Evidence"
+ weight = 10
+
+[[footer]]
+ name = "Incidents"
+ pageRef = "/evidence/otter-timeline/"
+ parent = "Evidence"
+ weight = 20
+
+[[footer]]
+ name = "Emails"
+ pageRef = "/evidence/emails_index/"
+ parent = "Evidence"
+ weight = 30
+
+[[footer]]
+ name = "Financials"
+ pageRef = "/evidence/financials/"
+ parent = "Evidence"
+ weight = 40
+
+[[footer]]
+ name = "Doug's Private Road"
+ pageRef = "/evidence/private_road/"
+ parent = "Evidence"
+ weight = 50
+
+[[footer]]
+ name = "Stalking Incident"
+ pageRef = "/evidence/stalking/"
+ parent = "Evidence"
+ weight = 60
+
+[[footer]]
+ name = "Links"
+ weight = 20
+
+[[footer]]
+ name = "Video"
+ pageRef = "/Video/"
+ parent = "Links"
+ weight = 10
+
+[[footer]]
+ name = "Legal"
+ pageRef = "/legal/"
+ parent = "Links"
+ weight = 20
+
+[[footer]]
+ name = "Posts"
+ pageRef = "/posts/"
+ parent = "Links"
+ weight = 30
+
+[[footer]]
+ name = "About Us"
+ pageRef = "/about/"
+ parent = "Links"
+ weight = 10
+
+[[footer]]
+ name = "Privacy"
+ pageRef = "/privacy/"
+ parent = "Links"
+ weight = 20
+
+[[footer]]
+ name = "Terms of Use"
+ pageRef = "/terms/"
+ parent = "Links"
+ weight = 30
+
+[[footer]]
+ name = "Sites"
+ weight = 40
+
+[[footer]]
+ name = "Solar Dump"
+ pageRef = "https://www.solardump.org"
+ parent = "Sites"
+ weight = 10
+
+[[footer]]
+ name = "They took our home"
+ pageRef = "https://theytookourhome.com"
+ parent = "Sites"
+ weight = 20
+
+[[footer]]
+ name = "Contact"
+ pageRef = "https://contact.corruptlamar.com"
+ parent = "Sites"
+ weight = 30
+
+[[footer]]
+ name = "Twitter: @solar_dump"
+ pageRef = "https://twitter.com/solar_dump"
+ parent = "Sites"
+ weight = 40 \ No newline at end of file