summaryrefslogtreecommitdiffstats
path: root/config/_default/menus
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-09 19:21:34 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-09 19:21:34 -0400
commit7275c261d984efb58e13cd44c788b21a9166dec0 (patch)
tree505f613f126278030c57d9061165249b19b73877 /config/_default/menus
parentafbc9224128320ea3b24578ac03e7f7c0ccb4542 (diff)
Adding more content
added missing content from additional imports from obsidian
Diffstat (limited to 'config/_default/menus')
-rw-r--r--config/_default/menus/menus.en.toml62
1 files changed, 44 insertions, 18 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 896d78a..d5fe59d 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -4,32 +4,58 @@
weight = 10
[[main]]
+ name = "Evidence"
+ pageRef = "/evidence"
+ weight = 20
+
+[[main]]
+ name = "Persons"
+ pageRef = "/persons"
+ weight = 30
+
+[[main]]
+ name = "Legal"
+ pageRef = "/legal"
+ weight = 40
+
+[[main]]
+ name = "Posts"
+ pageRef = "/posts"
+ weight = 50
+
+[[main]]
name = "Tags"
pageRef = "/tags"
- weight = 20
+ weight = 60
[[social]]
- name = "LinkedIn"
- pre = "fab linkedin"
- url = "https://linkedin.com/"
+ name = "Twitter"
+ pre = "fab fa-x-twitter"
+ url = "https://twitter.com/solardump"
weight = 10
-[[social]]
- name = "GitHub"
- pre = "fab fa-github"
- url = "https://github.com/"
- weight = 20
-
-[[social]]
- name = "Medium"
- pre = "fab medium"
- url = "https://medium.com/"
- weight = 30
+# [[social]]
+# name = "LinkedIn"
+# pre = "fab linkedin"
+# url = "https://linkedin.com/"
+# weight = 10
+#
+# [[social]]
+# name = "GitHub"
+# pre = "fab fa-github"
+# url = "https://github.com/"
+# weight = 20
+#
+# [[social]]
+# name = "Medium"
+# pre = "fab medium"
+# url = "https://medium.com/"
+# weight = 30
# toml-docs-start sample-navigation
[[sample]]
- name = "Blog"
- pageRef = "/blog/"
+ name = "Posts"
+ pageRef = "/posts/"
weight = 10
[[sample]]
@@ -48,4 +74,4 @@
pageRef = "/projects/another-project/"
parent = "Projects"
weight = 2
-# toml-docs-end sample-navigation \ No newline at end of file
+# toml-docs-end sample-navigation