Skip to content

Commit 352089d

Browse files
committed
update
1 parent af040ab commit 352089d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

hugo.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ pygmentsUseClasses = true
135135
home = ["HTML", "JSON", "RSS"]
136136

137137
[menu]
138+
[[menu.main]]
139+
identifier = "posts"
140+
name = "Posts"
141+
url = "/posts/"
142+
weight = 1
143+
138144
[[menu.main]]
139145
identifier = "archive"
140146
name = "Archive"
@@ -154,9 +160,9 @@ pygmentsUseClasses = true
154160
weight = 30
155161

156162
[[menu.main]]
157-
identifier = "github"
158-
name = "GitHub"
159-
url = "https://github.com/shindy-dev"
163+
identifier = "repo"
164+
name = "Repo"
165+
url = "https://github.com/shindy-dev/shindys-note"
160166
weight = 40
161167

162168
[markup]

0 commit comments

Comments
 (0)