Skip to content

Commit 5aacf56

Browse files
committed
Modify developer links & descs
Signed-off-by: Pedro Ielpi <[email protected]>
1 parent 7a912cd commit 5aacf56

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

hugo.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -56,36 +56,36 @@ enable = false
5656
[params.links]
5757
# End user relevant links. These will show up on left side of footer and in the community page if >
5858
[[params.links.user]]
59-
name = "User mailing list"
60-
url = "https://example.org/mail"
59+
name = "OpenNebula Newsletter - Updates on releases, events, tutorials..."
60+
url = "https://opennebula.io/subscribe-to-opennebula-newsletter/"
6161
icon = "fa fa-envelope"
62-
desc = "Discussion and help from your fellow users"
62+
desc = "Updates on new releases, community events, tutorials, workshps, webinars..."
6363
[[params.links.user]]
64-
name ="Twitter"
65-
url = "https://example.org/twitter"
64+
name ="OpenNebula on X"
65+
url = "https://x.com/opennebula/"
6666
icon = "fab fa-twitter"
67-
desc = "Follow us on Twitter to get the latest news!"
67+
desc = "Follow OpenNebula on X"
6868
[[params.links.user]]
69-
name = "Stack Overflow"
70-
url = "https://example.org/stack"
71-
icon = "fab fa-stack-overflow"
72-
desc = "Practical questions and curated answers"
73-
# Developer relevant links. These will show up on right side of footer and in the community page i>
74-
[[params.links.developer]]
75-
name = "GitHub"
69+
name = "OpenNebula on YouTube - Webinars, demos and more"
70+
url = "http://www.youtube.com/opennebula"
71+
icon = "fa fa-play"
72+
desc = "Webinars, video tutorials, demos and more"
73+
[[params.links.user]]
74+
name = "OpenNebula on GitHub - Sources and wikis"
7675
url = "https://github.com/OpenNebula"
7776
icon = "fab fa-github"
7877
desc = "Development takes place here!"
79-
[[params.links.developer]]
80-
name = "Slack"
81-
url = "https://example.org/slack"
82-
icon = "fab fa-slack"
83-
desc = "Chat with other project developers"
84-
[[params.links.developer]]
85-
name = "Developer mailing list"
86-
url = "https://example.org/mail"
87-
icon = "fa fa-envelope"
88-
desc = "Discuss development issues around the project"
78+
# Developer relevant links. These will show up on right side of footer and in the community page i>
79+
#[[params.links.developer]]
80+
# name = "Slack"
81+
# url = "https://example.org/slack"
82+
# icon = "fab fa-slack"
83+
# desc = "Chat with other project developers"
84+
#[[params.links.developer]]
85+
# name = "Developer mailing list"
86+
# url = "https://example.org/mail"
87+
# icon = "fa fa-envelope"
88+
# desc = "Discuss development issues around the project"
8989

9090

9191
# Top menu

0 commit comments

Comments
 (0)