Skip to content

Commit 756cb25

Browse files
committed
fix: Restructure hugo.yaml by introducing layout section and reorganizing sphere layout references under it
1 parent 3a0162f commit 756cb25

File tree

1 file changed

+24
-28
lines changed

1 file changed

+24
-28
lines changed

hugo.yaml

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,41 +37,16 @@ menu:
3737
- name: Toolchains
3838
identifier: toolchains
3939
weight: 2
40-
- name: sphere ↗
41-
parent: toolchains
42-
url: https://github.com/go-sphere/sphere
43-
weight: 10
44-
params:
45-
type: link
46-
icon: beaker
40+
- name: Layout
41+
identifier: layout
42+
weight: 3
4743
- name: sphere-cli ↗
4844
parent: toolchains
4945
url: https://github.com/go-sphere/sphere-cli
5046
weight: 11
5147
params:
5248
type: link
5349
icon: terminal
54-
- name: sphere-layout ↗
55-
parent: toolchains
56-
url: https://github.com/go-sphere/sphere-layout
57-
weight: 12
58-
params:
59-
type: link
60-
icon: terminal
61-
- name: sphere-bun-layout ↗
62-
parent: toolchains
63-
url: https://github.com/go-sphere/sphere-bun-layout
64-
weight: 13
65-
params:
66-
type: link
67-
icon: terminal
68-
- name: sphere-simple-layout ↗
69-
parent: toolchains
70-
url: https://github.com/go-sphere/sphere-simple-layout
71-
weight: 14
72-
params:
73-
type: link
74-
icon: terminal
7550
- name: protoc-gen-route ↗
7651
parent: toolchains
7752
url: https://github.com/go-sphere/protoc-gen-route
@@ -100,6 +75,27 @@ menu:
10075
params:
10176
type: link
10277
icon: terminal
78+
- name: sphere-layout ↗
79+
parent: layout
80+
url: https://github.com/go-sphere/sphere-layout
81+
weight: 32
82+
params:
83+
type: link
84+
icon: terminal
85+
- name: sphere-bun-layout ↗
86+
parent: layout
87+
url: https://github.com/go-sphere/sphere-bun-layout
88+
weight: 33
89+
params:
90+
type: link
91+
icon: terminal
92+
- name: sphere-simple-layout ↗
93+
parent: layout
94+
url: https://github.com/go-sphere/sphere-simple-layout
95+
weight: 34
96+
params:
97+
type: link
98+
icon: terminal
10399
- name: Search
104100
weight: 80
105101
params:

0 commit comments

Comments
 (0)