Skip to content

Commit

Permalink
Merge pull request #62 from spinkube/social-media-links
Browse files Browse the repository at this point in the history
Adjust social media links
  • Loading branch information
Timothy McCallum authored Mar 8, 2024
2 parents 951f32b + 2c2329a commit 4541d57
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4541d57

Please sign in to comment.