From ee388ec6304052fc8f57c8a8f398023d7a500b0c Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Mon, 10 Nov 2025 15:58:29 +0100 Subject: [PATCH 1/3] add youtube channel news post --- .../2025-11-10-supercollider-youtube-channel.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _posts/2025-11-10-supercollider-youtube-channel.md diff --git a/_posts/2025-11-10-supercollider-youtube-channel.md b/_posts/2025-11-10-supercollider-youtube-channel.md new file mode 100644 index 0000000..4b31fad --- /dev/null +++ b/_posts/2025-11-10-supercollider-youtube-channel.md @@ -0,0 +1,16 @@ +--- +layout: post +title: "SuperCollider YouTube channel" +description: "" +category: media +author: capital-G +tags: [] +--- + +There is now an "official" SuperCollider YouTube channel. + + + +It currently contains the recordings of the [recent symposium](https://scsynth.org/t/supercollider-symposium-2025/9911>) and of the [release party](https://scsynth.org/t/supercollider-3-14-release-party/11893). + +For further information, please take a look at the [announcement in the forum](https://scsynth.org/t/supercollider-youtube-channel/12558). From 0cc0e7df14cd2afde832b381e33b6370557d8f11 Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Mon, 10 Nov 2025 16:01:52 +0100 Subject: [PATCH 2/3] add navbar link --- _data/nav.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/nav.yml b/_data/nav.yml index fabf789..ccdcc5b 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -13,6 +13,9 @@ - title: github icon: fab fa-github href: https://github.com/supercollider/supercollider +- title: youtube + icon: fab fa-youtube + href: https://www.youtube.com/@SuperCollideOnline - title: mastodon icon: fab fa-mastodon href: https://social.toplap.org/@supercollider From c2995ed783594fcf534a4c12cef76d7afd126cef Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Mon, 10 Nov 2025 19:59:24 +0100 Subject: [PATCH 3/3] rename @SuperCollideOnline to @SuperColliderOnline --- _data/nav.yml | 2 +- _posts/2025-11-10-supercollider-youtube-channel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/nav.yml b/_data/nav.yml index ccdcc5b..77846c7 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -15,7 +15,7 @@ href: https://github.com/supercollider/supercollider - title: youtube icon: fab fa-youtube - href: https://www.youtube.com/@SuperCollideOnline + href: https://www.youtube.com/@SuperColliderOnline - title: mastodon icon: fab fa-mastodon href: https://social.toplap.org/@supercollider diff --git a/_posts/2025-11-10-supercollider-youtube-channel.md b/_posts/2025-11-10-supercollider-youtube-channel.md index 4b31fad..3e5279a 100644 --- a/_posts/2025-11-10-supercollider-youtube-channel.md +++ b/_posts/2025-11-10-supercollider-youtube-channel.md @@ -9,7 +9,7 @@ tags: [] There is now an "official" SuperCollider YouTube channel. - + It currently contains the recordings of the [recent symposium](https://scsynth.org/t/supercollider-symposium-2025/9911>) and of the [release party](https://scsynth.org/t/supercollider-3-14-release-party/11893).