Skip to content

Commit 4af2cc7

Browse files
committed
Prioritize bluesky as social media
1 parent 071e368 commit 4af2cc7

File tree

8 files changed

+25
-2
lines changed

8 files changed

+25
-2
lines changed

data/i18n/bn/bn.toml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ other = "X (আগে টুইটার)"
5858
[community_x_name]
5959
other = "X (আগে টুইটার)"
6060

61+
[community_bluesky_name]
62+
other = "Bluesky"
63+
6164
[community_youtube_name]
6265
other = "ইউটিউব"
6366

data/i18n/en/en.toml

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ other = "X (formerly Twitter)"
7979
[community_x_name]
8080
other = "X (formerly Twitter)"
8181

82+
[community_bluesky_name]
83+
other = "Bluesky"
84+
8285
[community_youtube_name]
8386
other = "YouTube"
8487

data/i18n/ja/ja.toml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ other = "X (旧Twitter)"
3838
[community_x_name]
3939
other = "X (旧Twitter)"
4040

41+
[community_bluesky_name]
42+
other = "Bluesky"
43+
4144
[community_youtube_name]
4245
other = "YouTube"
4346

data/i18n/pt-br/pt-br.toml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ other = "X (antigo Twitter)"
5858
[community_x_name]
5959
other = "X (antigo Twitter)"
6060

61+
[community_bluesky_name]
62+
other = "Bluesky"
63+
6164
[community_youtube_name]
6265
other = "YouTube"
6366

data/i18n/ru/ru.toml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ other = "X (ранее Twitter)"
5858
[community_x_name]
5959
other = "X (ранее Twitter)"
6060

61+
[community_bluesky_name]
62+
other = "Bluesky"
63+
6164
[community_youtube_name]
6265
other = "YouTube"
6366

data/i18n/zh-cn/zh-cn.toml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ other = "X(前身为 Twitter)"
5252
[community_x_name]
5353
other = "X(前身为 Twitter)"
5454

55+
[community_bluesky_name]
56+
other = "Bluesky"
57+
5558
[community_youtube_name]
5659
other = "YouTube"
5760

hugo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,16 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
252252
url = "https://serverfault.com/questions/tagged/kubernetes"
253253
icon = "fa-brands fa-stack-overflow"
254254

255+
# Remove once localization pages and contributing pages migrate to community_bluesky_name parameter
255256
[[params.links.user]]
256257
name_key = "community_x_name"
257258
url = "https://twitter.com/kubernetesio"
258259
icon = "fa-brands fa-twitter"
259-
# Replace with fa-x-twitter once available
260+
261+
[[params.links.user]]
262+
name_key = "community_bluesky_name"
263+
url = "https://bsky.app/profile/kubernetes.io"
264+
icon = "fa-brands fa-bluesky"
260265

261266
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
262267
[[params.links.developer]]

layouts/partials/blog-meta-links.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a class="widget-link" href="{{ .Permalink | safeURL }}" target="_blank"><div> <i class="fa-solid fa-rss"> </i> <span class="widget-link-text">RSS Feed</span></div> </a>
55
{{ end -}}
66
<a class="widget-link" href="https://kubernetes.io/docs/contribute/new-content/blogs-case-studies/" target="_blank"><div> <i class="fa-solid fa-pen-to-square"></i> <span class="widget-link-text">Submit a Post</span></div></a>
7-
<a class="widget-link" href="https://twitter.com/kubernetesio" target="_blank"><div> <i class="fa-brands fa-twitter-square"> </i> <span class="widget-link-text"> @Kubernetesio</span></div></a>
7+
<a class="widget-link" href="https://bsky.app/profile/kubernetes.io" target="_blank"><div> <i class="fa-brands fa-bluesky"> </i> <span class="widget-link-text"> @kubernetes.io</span></div></a>
88
<a class="widget-link" href="https://github.com/kubernetes/kubernetes" target="_blank"><div> <i class="fa-brands fa-square-github"></i> <span class="widget-link-text"> on GitHub </span></div></a>
99
<a class="widget-link" href="http://slack.k8s.io" target="_blank"><div><i class="fa-brands fa-slack"> </i> <span class="widget-link-text">#kubernetes-users </span></div></a>
1010
<a class="widget-link" href="https://stackoverflow.com/questions/tagged/kubernetes" target="_blank"><div><i class="fa-brands fa-stack-overflow"></i> <span class="widget-link-text"> Stack Overflow</span></div></a>

0 commit comments

Comments
 (0)