Skip to content

Commit 81bea53

Browse files
committed
Add new event entry for Cloud Native Linz and update Makefile for livereload
1 parent 91712ad commit 81bea53

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

_data/events.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,3 +377,13 @@
377377
event_link: "https://www.meetup.com/cloud-native-linz/events/306377483/"
378378
registrations: ""
379379
recording: []
380+
381+
- id: 39
382+
edition: "Cloud Native Linz - TBD"
383+
date: "2025-04-29"
384+
host: "tractive"
385+
event_link: ""
386+
registrations: ""
387+
participants: ""
388+
recording: []
389+

makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ FORCE_POLLING_FLAG = --force_polling
88
# Default target
99
all: serve
1010

11+
# Helper for Juergen ;)
12+
run: serve-livereload
13+
1114
# Serve the site
1215
serve:
1316
$(JEKYLL_CMD)

0 commit comments

Comments
 (0)