Skip to content

Commit d575db7

Browse files
committed
Update site social icons
1 parent 076a343 commit d575db7

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

config.toml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -164,22 +164,25 @@ theme = "hugo-blog-awesome"
164164

165165
## Social Icons
166166
## See: https://github.com/hugo-sid/hugo-blog-awesome#adding-social-icons
167+
[[params.socialIcons]]
168+
name = "RSS"
169+
url = "/posts/index.xml"
170+
167171
[[params.socialIcons]]
168172
name = "github"
169173
url = "https://github.com/DandyLyons"
170174

171175
[[params.socialIcons]]
172-
name = "x"
173-
url = "https://x.com/dan_dee_lyons"
176+
name = "mastodon"
177+
url = "https://iosdev.space/@dandylyons"
174178

175179
[[params.socialIcons]]
176-
name = "RSS"
177-
url = "/posts/index.xml"
178-
180+
name = "bluesky"
181+
url = "https://bsky.app/profile/dan-dee-lyons.bsky.social"
179182

180-
[[params.socialIcons]]
181-
name = "email"
182-
url = "mailto://[email protected]"
183+
# [[params.socialIcons]]
184+
# name = "email"
185+
# url = "mailto://[email protected]"
183186

184187
# [[params.socialIcons]]
185188
# name = "dev"
@@ -189,14 +192,16 @@ url = "mailto://[email protected]"
189192
name = "linkedin"
190193
url = "https://www.linkedin.com/in/dandylyons/"
191194

192-
[[params.socialIcons]]
193-
name = "mastodon"
194-
url = "https://iosdev.space/@dandylyons"
195+
195196

196197
[[params.socialIcons]]
197198
name = "medium"
198199
url = "https://medium.com/@_DandyLyons"
199200

201+
[[params.socialIcons]]
202+
name = "x"
203+
url = "https://x.com/dan_dee_lyons"
204+
200205
[params]
201206
talkyardServerUrl = "https://site-27u7pjoswd.talkyard.net"
202207
talkyardScriptUrl = "https://c1.ty-cdn.net/-/talkyard-comments.min.js"

0 commit comments

Comments
 (0)