From eabc5990c5562a48abd91d82255cc4b114ca30da Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 13 Mar 2026 17:22:55 -0400 Subject: _content: add links to Bluesky and Mastodon When there are Go releases or blog posts to announce, we post to Bluesky and Mastodon about them. Add links to these social sites. For golang/go#71319. For golang/go#65046. Change-Id: I48b475118ec1427f442512fb41aad64a645d792f Reviewed-on: https://go-review.googlesource.com/c/website/+/755221 LUCI-TryBot-Result: Go LUCI Reviewed-by: David Chase Auto-Submit: Dmitri Shuralyov Reviewed-by: Marc Dougherty Reviewed-by: Dmitri Shuralyov --- _content/help.md | 6 ++++++ _content/images/logos/social/bluesky.svg | 3 +++ _content/images/logos/social/mastodon.svg | 10 ++++++++++ _content/menus.yaml | 10 ++++++++-- _content/site.tmpl | 6 ++++++ 5 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 _content/images/logos/social/bluesky.svg create mode 100644 _content/images/logos/social/mastodon.svg diff --git a/_content/help.md b/_content/help.md index 590540a6..28d79557 100644 --- a/_content/help.md +++ b/_content/help.md @@ -54,6 +54,12 @@ for important announcements, such as the availability of new Go releases.

Go Blog

The Go project's official blog.

+

@golang.org on Bluesky

+

The Go project's official Bluesky account.

+ +

@golang on Mastodon

+

The Go project's official Mastodon account.

+

@golang at Twitter

The Go project's official Twitter account.

diff --git a/_content/images/logos/social/bluesky.svg b/_content/images/logos/social/bluesky.svg new file mode 100644 index 00000000..b72b0ce3 --- /dev/null +++ b/_content/images/logos/social/bluesky.svg @@ -0,0 +1,3 @@ + + + diff --git a/_content/images/logos/social/mastodon.svg b/_content/images/logos/social/mastodon.svg new file mode 100644 index 00000000..c7d70fa6 --- /dev/null +++ b/_content/images/logos/social/mastodon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/_content/menus.yaml b/_content/menus.yaml index 85235f84..cce4017a 100644 --- a/_content/menus.yaml +++ b/_content/menus.yaml @@ -61,7 +61,9 @@ main: name: google-groups, url: 'https://groups.google.com/g/golang-nuts', }, - {img: github.svg, darkImg: github-light.svg, name: github, url: 'https://github.com/golang',}, + {img: github.svg, darkImg: github-light.svg, name: github, url: 'https://github.com/golang'}, + {img: bluesky.svg, name: bluesky, url: 'https://bsky.app/profile/golang.org'}, + {img: mastodon.svg, name: mastodon, url: 'https://hachyderm.io/@golang'}, {img: twitter.svg, name: twitter, url: 'https://twitter.com/golang'}, {img: reddit.svg, name: reddit ,url: 'https://www.reddit.com/r/golang/'}, {img: slack.svg, name: slack, url: 'https://invite.slack.golangbridge.org/'}, @@ -118,8 +120,12 @@ footer: url: /conduct - name: Connect - url: https://www.twitter.com/golang + url: /wiki/#the-go-community children: + - name: Bluesky + url: https://bsky.app/profile/golang.org + - name: Mastodon + url: https://hachyderm.io/@golang - name: Twitter url: https://www.twitter.com/golang - name: GitHub diff --git a/_content/site.tmpl b/_content/site.tmpl index 59687ef1..e23beb7b 100644 --- a/_content/site.tmpl +++ b/_content/site.tmpl @@ -519,6 +519,12 @@

Get connected