Skip to content

Commit 25f58b5

Browse files
author
Drsheppard01
committed
update menu.toml
1 parent 6da9191 commit 25f58b5

File tree

1 file changed

+66
-22
lines changed

1 file changed

+66
-22
lines changed

config/_default/menus.en.toml

Lines changed: 66 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,75 @@
1010
# overridden by providing a weight value. The menu will then be
1111
# ordered by weight from lowest to highest.
1212

13-
#[[main]]
14-
# name = "Blog"
15-
# pageRef = "posts"
16-
# weight = 10
13+
[[main]]
14+
name = "All apps"
15+
pageRef = "posts"
16+
weight = 10
1717

18-
#[[main]]
19-
# name = "Parent"
20-
# weight = 20
18+
[[main]]
19+
name = "Categories"
20+
pageRef = "/posts/categories"
21+
weight = 20
2122

22-
#[[main]]
23-
# name = "example sub-menu 1"
24-
# parent = "Parent"
25-
# pageRef = "posts"
26-
# weight = 20
23+
[[main]]
24+
name = "Audio & Video"
25+
parent = "Catergories"
26+
pageRef = "/posts/categories/AudioVideo"
27+
weight = 20
2728

28-
#[[main]]
29-
# name = "example sub-menu 2"
30-
# parent = "Parent"
31-
# pageRef = "posts"
32-
# weight = 20
29+
[[main]]
30+
name = "Development"
31+
parent = "Catergories"
32+
pageRef = "/posts/categories/development"
33+
weight = 20
34+
35+
[[main]]
36+
name = "Finance"
37+
parent = "Catergories"
38+
pageRef = "/posts/categories/finance"
39+
weight = 20
40+
41+
[[main]]
42+
name = "Audio & Video"
43+
parent = "Catergories"
44+
pageRef = "/posts/categories/Games"
45+
weight = 20
46+
47+
[[main]]
48+
name = "Audio & Video"
49+
parent = "Catergories"
50+
pageRef = "/posts/categories/Graphics"
51+
weight = 20
52+
53+
[[main]]
54+
name = "Audio & Video"
55+
parent = "Catergories"
56+
pageRef = "/posts/categories/Network"
57+
weight = 20
58+
59+
[[main]]
60+
name = "Productivity"
61+
parent = "Catergories"
62+
pageRef = "/posts/categories/productivity"
63+
weight = 20
64+
65+
[[main]]
66+
name = "Audio & Video"
67+
parent = "Catergories"
68+
pageRef = "/posts/categories/Science"
69+
weight = 20
70+
71+
[[main]]
72+
name = "System"
73+
parent = "Catergories"
74+
pageRef = "/posts/categories/System"
75+
weight = 20
76+
77+
[[main]]
78+
name = "Utility"
79+
parent = "Catergories"
80+
pageRef = "/posts/categories/Utility"
81+
weight = 20
3382

3483
#[[subnavigation]]
3584
# name = "An interesting topic"
@@ -42,11 +91,6 @@
4291
# pageRef = "categories/awesome"
4392
# weight = 20
4493

45-
#[[main]]
46-
# name = "Categories"
47-
# pageRef = "categories"
48-
# weight = 20
49-
5094
#[[main]]
5195
# name = "Tags"
5296
# pageRef = "tags"

0 commit comments

Comments
 (0)