Skip to content

Commit ff7d7d7

Browse files
committed
update
1 parent 9569cc5 commit ff7d7d7

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

hugo.toml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@ pygmentsUseClasses = true
8585
Title = "Shindy's Note"
8686
Content = "趣味書いた技術メモを公開しています🎹"
8787

88-
[[params.socialIcons]]
89-
name = "github"
90-
url = "https://github.com/shindy-dev"
88+
[[params.socialIcons]]
89+
name = "github"
90+
url = "https://github.com/shindy-dev"
9191

92-
[[params.socialIcons]]
93-
name = "x"
94-
url = "https://x.com/ShindyDev"
92+
[[params.socialIcons]]
93+
name = "x"
94+
url = "https://x.com/ShindyDev"
9595

96-
[[params.socialIcons]]
97-
name = "youtube"
98-
url = "https://www.youtube.com/@shindy-dev"
96+
[[params.socialIcons]]
97+
name = "youtube"
98+
url = "https://www.youtube.com/@shindy-dev"
9999

100-
[[params.socialIcons]]
101-
name = "kofi"
102-
url = "https://ko-fi.com/shindy_dev"
100+
[[params.socialIcons]]
101+
name = "kofi"
102+
url = "https://ko-fi.com/shindy_dev"
103103

104104

105105
[params.analytics.google]
@@ -135,7 +135,6 @@ pygmentsUseClasses = true
135135
home = ["HTML", "JSON", "RSS"]
136136

137137
[menu]
138-
139138
[[menu.main]]
140139
identifier = "archive"
141140
name = "Archive"
@@ -154,6 +153,11 @@ pygmentsUseClasses = true
154153
url = "/search/"
155154
weight = 30
156155

156+
[[menu.main]]
157+
identifier = "github"
158+
name = "GitHub"
159+
url = "https://github.com/shindy-dev"
160+
weight = 40
157161

158162
[markup]
159163
[markup.highlight]

0 commit comments

Comments
 (0)