We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af040ab commit 352089dCopy full SHA for 352089d
hugo.toml
@@ -135,6 +135,12 @@ pygmentsUseClasses = true
135
home = ["HTML", "JSON", "RSS"]
136
137
[menu]
138
+ [[menu.main]]
139
+ identifier = "posts"
140
+ name = "Posts"
141
+ url = "/posts/"
142
+ weight = 1
143
+
144
[[menu.main]]
145
identifier = "archive"
146
name = "Archive"
@@ -154,9 +160,9 @@ pygmentsUseClasses = true
154
160
weight = 30
155
161
156
162
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"
166
weight = 40
167
168
[markup]
0 commit comments