From 2a3f85628698719cc1d06016be338bda020adaf0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 05:26:47 +0000 Subject: [PATCH 1/2] Initial plan From 26b3ef8e768a540f2f0ace0fcb65dd79e2a0a917 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 05:32:19 +0000 Subject: [PATCH 2/2] Add a page for recent conference videos --- _includes/nav.html | 1 + videos.html | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 videos.html diff --git a/_includes/nav.html b/_includes/nav.html index 819873f1..e9a1c228 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -9,6 +9,7 @@ Newsletter | Blog | About | + Videos | Resources diff --git a/videos.html b/videos.html new file mode 100644 index 00000000..1fa95579 --- /dev/null +++ b/videos.html @@ -0,0 +1,36 @@ +--- +layout: default +permalink: /videos/ +title: Software Testing Conference Videos +--- + +
+ This page highlights the 10 most recent past conferences in our archive that include an + event video link. Use it to quickly find freely shared conference recordings, and let us know if we're missing one + by updating past.yml. +
+ +{% assign video_conferences = site.data.past | where_exp: "conference", "conference.video_url" %} +{% assign current_year = "" %} + +{% for conference in video_conferences limit: 10 %} + {% assign conference_year = conference.dates | split: ", " | last %} + {% if conference_year != current_year %} + {% assign current_year = conference_year %} +
+ {{ conference.dates }}
+
+ Watch Event Videos
+