diff --git a/blog/2026-05-05-shipwright-youtube-channel.md b/blog/2026-05-05-shipwright-youtube-channel.md new file mode 100644 index 00000000..e849d7e7 --- /dev/null +++ b/blog/2026-05-05-shipwright-youtube-channel.md @@ -0,0 +1,42 @@ +--- +title: "Shipwright Now Has a YouTube Channel!" +description: "Shipwright has launched a YouTube channel featuring past conference talks and future community content." +date: 2026-05-05T12:00:00-04:00 +slug: shipwright-youtube-channel +authors: + - name: Shipwright Contributors +tags: [shipwright, community] +--- + +We are excited to announce that Shipwright now has an official YouTube channel! You can find us at +[@shipwright-io](https://www.youtube.com/@shipwright-io). + + + +## Conference Talks Playlist + +The channel already has content to explore — we have published a playlist of past conference talks +featuring Shipwright. Whether you want to catch up on a session you missed or revisit a favorite +talk, the playlist is a great place to get started with Shipwright and see how the project has evolved. + +Head over to the channel and check out the [conference talks playlist](https://youtube.com/playlist?list=PLhs54DUYA5S9bWGSx7wTwRmc-M4Ofp1g_&si=_HL4vEtKaCzZB8H0) to get started. + +## A Home for Community Content + +The YouTube channel is more than an archive. In the future, it will serve as the home for official +content from Shipwright community contributors — including demos, tutorials, deep-dives, and +recordings from community meetings. + +If you are interested in contributing content to the channel, we'd love to hear from you! Reach out +on the [Shipwright Slack channel](https://kubernetes.slack.com/archives/C019ZRGUEJC) to get +involved. + +## Stay Connected + +Subscribe to [@shipwright-io on YouTube](https://www.youtube.com/@shipwright-io) so you don't miss +new uploads. And as always, follow us across our community channels: + +- **Slack**: [#shipwright](https://kubernetes.slack.com/archives/C019ZRGUEJC) on Kubernetes Slack +- **X**: [@shipwrightio](https://x.com/shipwrightio) +- **GitHub**: [shipwright-io](https://github.com/shipwright-io) +- **Mailing Lists**: [Users](https://lists.cncf.io/g/shipwright-users) | [Dev](https://lists.cncf.io/g/shipwright-dev) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3d682918..62e513e4 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -232,7 +232,11 @@ const config: Config = { }, { label: 'X', - href: 'https://x.com/shipwright-io', + href: 'https://x.com/shipwrightio', + }, + { + label: 'YouTube', + href: 'https://www.youtube.com/@shipwright-io', } ], },