Skip to content

Commit e3602d2

Browse files
committed
uncoment slack
1 parent d37a01f commit e3602d2

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

content/en/_index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,23 +101,19 @@ <h2 class="section-label">
101101
{{< blocks/section color="dark" type="community-row">}}
102102

103103
{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
104-
<a href="https://github.com/aenix-io/cozystack/discussions">Join the conversation in GitHub Discussions</a>. Everything Cozystack related ranging from specifications and feature planning to Show & Tell happens here.
104+
<a target="_blank" href="https://github.com/aenix-io/cozystack/discussions">Join the conversation in GitHub Discussions</a>. Everything Cozystack related ranging from specifications and feature planning to Show & Tell happens here.
105105

106106
{{< /home/community >}}
107107

108-
109-
<!--
110108
{{< home/community icon="fab fa-slack" title="Slack" >}}
111109
If you want to talk to the Cozystack team and community in real-time, join us on Slack. This is a great way to get to know everyone.
112110

113-
Get a <a href="https://slack.kubernetes.io/">Slack invite</a>, or go to the <a href="https://kubernetes.slack.com/messages/cozystack"><code>#cozystack</code> channel</a>.
111+
Get a <a target="_blank" href="https://slack.kubernetes.io/">Slack invite</a>, or go to the <a target="_blank" href="https://kubernetes.slack.com/messages/cozystack"><code>#cozystack</code> channel</a>.
114112

115113
{{< /home/community >}}
116-
-->
117-
118114

119115
{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
120-
We also have a large community on Telegram. Join the <a href="https://t.me/cozystack/">@cozystack</a> group chat to engage with fellow users, ask questions, and stay updated on the latest news and developments.
116+
We also have a large community on Telegram. Join the <a target="_blank" href="https://t.me/cozystack/">@cozystack</a> group chat to engage with fellow users, ask questions, and stay updated on the latest news and developments.
121117
{{< /home/community >}}
122118

123119
{{< /blocks/section >}}

hugo.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ params:
9595
github_repo: https://github.com/aenix-io/cozystack-website
9696
github_branch: master
9797
github_project_repo: https://github.com/aenix-io/cozystack
98-
#slack: https://cloud-native.slack.com/messages/cozystack
98+
slack: https://cloud-native.slack.com/messages/cozystack
9999
support: /support
100100
images: [img/cozystack-social.png]
101101
# Enable Algolia DocSearch
@@ -160,10 +160,10 @@ params:
160160
url: https://github.com/aenix-io/cozystack
161161
icon: fab fa-github
162162
desc: Development takes place here!
163-
#- name: Slack
164-
# url: https://kubernetes.slack.com/messages/cozystack
165-
# icon: fab fa-slack
166-
# desc: Chat with other project developers
163+
- name: Slack
164+
url: https://kubernetes.slack.com/messages/cozystack
165+
icon: fab fa-slack
166+
desc: Chat with other project developers
167167
- name: Telegram
168168
url: https://t.me/cozystack/
169169
icon: fab fa-telegram

0 commit comments

Comments
 (0)