Skip to content

Commit 4541d57

Browse files
authored
Merge pull request #62 from spinkube/social-media-links
Adjust social media links
2 parents 951f32b + 2c2329a commit 4541d57

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

hugo.toml

+20-20
Original file line numberDiff line numberDiff line change
@@ -179,36 +179,36 @@ enable = false
179179
[params.links]
180180
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
181181
[[params.links.user]]
182-
name = "User mailing list"
183-
url = "https://example.org/mail"
182+
name = "Email"
183+
url = "mailto:[email protected]"
184184
icon = "fa fa-envelope"
185-
desc = "Discussion and help from your fellow users"
185+
desc = "SpinKube Maintainers email."
186186
[[params.links.user]]
187-
name ="Twitter"
188-
url = "https://example.org/twitter"
189-
icon = "fab fa-twitter"
190-
desc = "Follow us on Twitter to get the latest Spin framework news!"
191-
[[params.links.user]]
192-
name = "Stack Overflow"
193-
url = "https://example.org/stack"
194-
icon = "fab fa-stack-overflow"
195-
desc = "Practical questions and curated answers"
187+
name ="Mastodon"
188+
url = "https://mastodon.social/@SpinKube"
189+
icon = "fab fa-mastodon"
190+
desc = "Follow us on Mastodon to get the latest SpinKube news!"
191+
#[[params.links.user]]
192+
# name = "Stack Overflow"
193+
# url = "https://example.org/stack"
194+
# icon = "fab fa-stack-overflow"
195+
# desc = "Practical questions and curated answers"
196196
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
197197
[[params.links.developer]]
198198
name = "GitHub"
199199
url = "https://github.com/spinkube"
200200
icon = "fab fa-github"
201201
desc = "Development takes place here!"
202+
#[[params.links.developer]]
203+
# name = "Slack"
204+
# url = "https://example.org/slack"
205+
# icon = "fab fa-slack"
206+
# desc = "Chat with other project developers"
202207
[[params.links.developer]]
203-
name = "Slack"
204-
url = "https://example.org/slack"
205-
icon = "fab fa-slack"
206-
desc = "Chat with other project developers"
207-
[[params.links.developer]]
208-
name = "Developer mailing list"
209-
url = "https://example.org/mail"
208+
name = "Email"
209+
url = "mailto:[email protected]"
210210
icon = "fa fa-envelope"
211-
desc = "Discuss development issues around the project"
211+
desc = "SpinKube Maintainers email."
212212

213213
# hugo module configuration
214214

0 commit comments

Comments
 (0)