Skip to content

Commit 3983a03

Browse files
committed
Add October and November 2025 events; update image fallback for event cards
1 parent ab13a2e commit 3983a03

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

_data/events.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,4 +631,25 @@
631631
speaker: "Markus Adelsberger & Georg Mayrhauser"
632632
image: "https://media.licdn.com/dms/image/v2/C4E03AQHKADs1R6XXuw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1653720929705?e=1757548800&v=beta&t=vzgx8X9dsz8AztA1wzVPkKW8yPKhK_XzWmyvGHqdR9Q"
633633
- title: "Open Mic - Share your Cloud Native Journey"
634-
speaker: "the community"
634+
speaker: "the community"
635+
636+
- id: 43
637+
title: "October 2025 edition"
638+
date: "2025-10-28"
639+
host: "Loupe"
640+
event_link: ""
641+
registrations: ""
642+
participants: ""
643+
talks:
644+
- title: "Talk title to be announced soon"
645+
speaker: "Matthias Steinbauer"
646+
647+
- id: 44
648+
title: "November 2025 edition"
649+
date: "2025-11-25"
650+
host: "MIC"
651+
event_link: ""
652+
registrations: ""
653+
participants: ""
654+
talks:
655+

_includes/upcoming-events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<img src="https://raw.githubusercontent.com/CloudNativeLinz/go-image-generator/main/artifacts/{{ event.id }}.jpg"
2424
alt="{{ event.title }}"
2525
loading="lazy"
26-
onerror="this.src='https://via.placeholder.com/400x200/1f2937/ffffff?text=Event+{{ event.id }}'"
26+
onerror="this.src='https://raw.githubusercontent.com/CloudNativeLinz/go-image-generator/refs/heads/main/assets/backgrounds/meetup-background.jpg'"
2727
/>
2828
<div class="event-overlay">
2929
<div class="event-date">

_pages/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permalink: events/
1919
<img src="https://raw.githubusercontent.com/CloudNativeLinz/go-image-generator/main/artifacts/{{ event.id }}.jpg"
2020
alt="{{ event.title }}"
2121
loading="lazy"
22-
onerror="this.src='https://via.placeholder.com/400x200/1f2937/ffffff?text=Event+{{ event.id }}'"
22+
onerror="this.src='https://raw.githubusercontent.com/CloudNativeLinz/go-image-generator/refs/heads/main/assets/backgrounds/meetup-background.jpg'"
2323
/>
2424
<div class="event-overlay">
2525
<div class="event-date">

0 commit comments

Comments
 (0)