We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91712ad commit 81bea53Copy full SHA for 81bea53
_data/events.yml
@@ -377,3 +377,13 @@
377
event_link: "https://www.meetup.com/cloud-native-linz/events/306377483/"
378
registrations: ""
379
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
@@ -8,6 +8,9 @@ FORCE_POLLING_FLAG = --force_polling
8
# Default target
9
all: serve
10
11
+# Helper for Juergen ;)
12
+run: serve-livereload
13
14
# Serve the site
15
serve:
16
$(JEKYLL_CMD)
0 commit comments