Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace links to 𝕏 with Bluesky #49546

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions data/i18n/bn/bn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@ other = "স্ল্যাক"
[community_stack_overflow_name]
other = "স্ট্যাক ওভারফ্লো"

[community_twitter_name]
other = "X (আগে টুইটার)"

[community_x_name]
other = "X (আগে টুইটার)"
[community_bluesky_name]
other = "Bluesky"

[community_youtube_name]
other = "ইউটিউব"
Expand Down
9 changes: 2 additions & 7 deletions data/i18n/en/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,8 @@ other = "Slack"
[community_stack_overflow_name]
other = "Stack Overflow"

[community_twitter_name]
other = "X (formerly Twitter)"

# Also cover [community_using] if localizing this site

[community_x_name]
other = "X (formerly Twitter)"
[community_bluesky_name]
other = "Bluesky"

[community_youtube_name]
other = "YouTube"
Expand Down
7 changes: 2 additions & 5 deletions data/i18n/ja/ja.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ other = "Slack"
[community_stack_overflow_name]
other = "Stack Overflow"

[community_twitter_name]
other = "X (旧Twitter)"

[community_x_name]
other = "X (旧Twitter)"
[community_bluesky_name]
other = "Bluesky"

[community_youtube_name]
other = "YouTube"
Expand Down
7 changes: 2 additions & 5 deletions data/i18n/pt-br/pt-br.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@ other = "Slack"
[community_stack_overflow_name]
other = "Stack Overflow"

[community_twitter_name]
other = "X (antigo Twitter)"

[community_x_name]
other = "X (antigo Twitter)"
[community_bluesky_name]
other = "Bluesky"

[community_youtube_name]
other = "YouTube"
Expand Down
7 changes: 2 additions & 5 deletions data/i18n/ru/ru.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@ other = "Slack"
[community_stack_overflow_name]
other = "Stack Overflow"

[community_twitter_name]
other = "X (ранее Twitter)"

[community_x_name]
other = "X (ранее Twitter)"
[community_bluesky_name]
other = "Bluesky"

[community_youtube_name]
other = "YouTube"
Expand Down
7 changes: 2 additions & 5 deletions data/i18n/zh-cn/zh-cn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ other = "Slack"
[community_stack_overflow_name]
other = "Stack Overflow"

[community_twitter_name]
other = "X(前身为 Twitter)"

[community_x_name]
other = "X(前身为 Twitter)"
[community_bluesky_name]
other = "Bluesky"

[community_youtube_name]
other = "YouTube"
Expand Down
7 changes: 3 additions & 4 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,9 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
icon = "fa-brands fa-stack-overflow"

[[params.links.user]]
name_key = "community_x_name"
url = "https://twitter.com/kubernetesio"
icon = "fa-brands fa-twitter"
# Replace with fa-x-twitter once available
name_key = "community_bluesky_name"
url = "https://bsky.app/profile/kubernetes.io"
icon = "fa-brands fa-bluesky"

# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/blog-meta-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<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>
{{ end -}}
<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>
<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>
<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>
<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>
<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>
<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>
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.