Skip to content

Commit 59ff110

Browse files
authored
Merge pull request #2259 from insectengine/QuarkusInsights_198toArchive
Move EP198 to archive and change embed link in viewer
2 parents 94108dd + 4780f69 commit 59ff110

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

_data/insights-videos.yaml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,35 @@ futureheadline: "Scheduled Podcasts"
44

55
futurevideos:
66

7-
- title: "EPISODE #198: The latest with RESTEasy Reactive"
7+
- title: "EPISODE #199: The latest with RESTEasy Reactive"
88
link:
9-
date: "March 17, 2025"
9+
date: "March 24, 2025"
1010
authors: "Georgios Andrianakis & Clément Escoffier"
1111

12+
- title: "EPISODE #200: Quarkus Playpen"
13+
link:
14+
date: "March 31, 2025"
15+
authors: "Bill Burke"
16+
17+
- title: "EPISODE #201: Jakarta Data in Quarkus"
18+
link:
19+
date: "April 7, 2025"
20+
authors: "Gavin King"
21+
22+
- title: "EPISODE #202: Quarkus's journey to the Commonhaus Foundation"
23+
link:
24+
date: "April 14, 2025"
25+
authors: "The Quarkus Team"
1226

1327
pastheadline: "Archived Podcast Videos"
1428

1529
pastvideos:
1630

31+
- title: "EPISODE #198: Agentic AI with Quarkus, LangChain4j and vLLM"
32+
link: https://youtube.com/live/qC-kdXTFHnQ
33+
date: "March 17, 2025"
34+
authors: "Mario Fusco & Daniele Zonca"
35+
1736
- title: "EPISODE #197: Understanding Jlama in Quarkus"
1837
link: https://www.youtube.com/live/q3XGXQa9yZA
1938
date: "March 10, 2025"

_includes/head-csp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com;
2121
img-src 'self' * data:;
2222
media-src 'self';
23-
frame-src https://redhat.demdex.net https://www.youtube.com https://embed.restream.io https://app.mailjet.com http://xy0p2.mjt.lu https://mj.quarkus.io https://giscus.app;
23+
frame-src https://redhat.demdex.net https://www.youtube.com https://player.restream.io https://app.mailjet.com http://xy0p2.mjt.lu https://mj.quarkus.io https://giscus.app;
2424
base-uri 'none';
2525
object-src 'none';
2626
form-action 'none';

_includes/insights-band.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h5>{{ site.data.insights-videos.sectionsubhead }}</h5>
66
</div>
77
<div class="width-7-12 width-12-12-m">
88
<div class="iframe-container">
9-
<iframe width="560" height="315" src="https://www.youtube.com/embed/live_stream?channel=UCaW8QG_QoIk_FnjLgr5eOqg" frameborder="0" allowfullscreen></iframe>
9+
<iframe src="https://player.restream.io/?token=f07d2d026ed3464da2396dd5f2ffbd86" allow="autoplay" allowfullscreen frameborder="0" style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
1010
</div>
1111
</div>
1212
<div class="width-5-12 width-12-12-m">

0 commit comments

Comments
 (0)