summaryrefslogtreecommitdiffstats
path: root/config/_default/menus/menus.en.toml
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-30 06:54:11 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-30 06:54:35 -0400
commit668312fe84a562c1d00b890ea433d9e2d4502afb (patch)
treec9b432b262793f6d60f8552f79271e69f5734b3d /config/_default/menus/menus.en.toml
parent6b2c92638482a7b7eeb5e8320a816e471069b0c7 (diff)
chore: 🤖 Added content, fixed menu
Added more content, flushing out structure, and corrected some bugs.
Diffstat (limited to 'config/_default/menus/menus.en.toml')
-rw-r--r--config/_default/menus/menus.en.toml39
1 files changed, 19 insertions, 20 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index c53ae01..c6814c4 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -53,7 +53,6 @@
[[main]]
name = "About"
- pageRef = "/about"
weight = 55
[[main]]
@@ -126,27 +125,27 @@
# weight = 30
# toml-docs-start sample-navigation
-[[sample]]
- name = "Posts"
- pageRef = "/posts/"
- weight = 10
+# [[sample]]
+# name = "Posts"
+# pageRef = "/posts/"
+# weight = 10
-[[sample]]
- name = "Projects"
- pageRef = "/projects/"
- weight = 20
+# [[sample]]
+# name = "Projects"
+# pageRef = "/projects/"
+# weight = 20
-[[sample]]
- name = "Sample project"
- pageRef = "/projects/sample-project/"
- parent = "Projects"
- weight = 1
-
-[[sample]]
- name = "Another project"
- pageRef = "/projects/another-project/"
- parent = "Projects"
- weight = 2
+# [[sample]]
+# name = "Sample project"
+# pageRef = "/projects/sample-project/"
+# parent = "Projects"
+# weight = 1
+
+# [[sample]]
+# name = "Another project"
+# pageRef = "/projects/another-project/"
+# parent = "Projects"
+# weight = 2
# toml-docs-end sample-navigation
[[footer]]