@@ -179,36 +179,36 @@ enable = false
179
179
[params .links ]
180
180
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
181
181
[[params .links .user ]]
182
- name = " User mailing list "
183
- url = " https://example.org/mail "
182
+ name = " Email "
183
+
184
184
icon = " fa fa-envelope"
185
- desc = " Discussion and help from your fellow users "
185
+ desc = " SpinKube Maintainers email. "
186
186
[[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"
196
196
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
197
197
[[params .links .developer ]]
198
198
name = " GitHub"
199
199
url = " https://github.com/spinkube"
200
200
icon = " fab fa-github"
201
201
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"
202
207
[[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
+
210
210
icon = " fa fa-envelope"
211
- desc = " Discuss development issues around the project "
211
+ desc = " SpinKube Maintainers email. "
212
212
213
213
# hugo module configuration
214
214
0 commit comments