-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from spinkube/social-media-links
Adjust social media links
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -179,36 +179,36 @@ enable = false | |
[params.links] | ||
# End user relevant links. These will show up on left side of footer and in the community page if you have one. | ||
[[params.links.user]] | ||
name = "User mailing list" | ||
url = "https://example.org/mail" | ||
name = "Email" | ||
url = "mailto:[email protected]" | ||
icon = "fa fa-envelope" | ||
desc = "Discussion and help from your fellow users" | ||
desc = "SpinKube Maintainers email." | ||
[[params.links.user]] | ||
name ="Twitter" | ||
url = "https://example.org/twitter" | ||
icon = "fab fa-twitter" | ||
desc = "Follow us on Twitter to get the latest Spin framework news!" | ||
[[params.links.user]] | ||
name = "Stack Overflow" | ||
url = "https://example.org/stack" | ||
icon = "fab fa-stack-overflow" | ||
desc = "Practical questions and curated answers" | ||
name ="Mastodon" | ||
url = "https://mastodon.social/@SpinKube" | ||
icon = "fab fa-mastodon" | ||
desc = "Follow us on Mastodon to get the latest SpinKube news!" | ||
#[[params.links.user]] | ||
# name = "Stack Overflow" | ||
# url = "https://example.org/stack" | ||
# icon = "fab fa-stack-overflow" | ||
# desc = "Practical questions and curated answers" | ||
# Developer relevant links. These will show up on right side of footer and in the community page if you have one. | ||
[[params.links.developer]] | ||
name = "GitHub" | ||
url = "https://github.com/spinkube" | ||
icon = "fab fa-github" | ||
desc = "Development takes place here!" | ||
#[[params.links.developer]] | ||
# name = "Slack" | ||
# url = "https://example.org/slack" | ||
# icon = "fab fa-slack" | ||
# desc = "Chat with other project developers" | ||
[[params.links.developer]] | ||
name = "Slack" | ||
url = "https://example.org/slack" | ||
icon = "fab fa-slack" | ||
desc = "Chat with other project developers" | ||
[[params.links.developer]] | ||
name = "Developer mailing list" | ||
url = "https://example.org/mail" | ||
name = "Email" | ||
url = "mailto:[email protected]" | ||
icon = "fa fa-envelope" | ||
desc = "Discuss development issues around the project" | ||
desc = "SpinKube Maintainers email." | ||
|
||
# hugo module configuration | ||
|
||
|