Skip to content

Commit 0a6d029

Browse files
authored
Merge pull request #99 from CloudNativeLinz/copilot/fix-59
Add interactive statistics page with charts and recent speakers focus
2 parents f59ba87 + 9896dad commit 0a6d029

File tree

4 files changed

+962
-14
lines changed

4 files changed

+962
-14
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ package.json
1010
*.gem
1111
*.gemspec
1212
.jekyll-cache
13+
/vendor/
14+
vendor/

_data/events.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
speaker: "Malte Menkhoff"
4141
recording: "https://www.youtube.com/watch?v=ouWVGtRyRkA"
4242
- title: "Kubernetes certifications: How to prepare and get it done"
43-
speaker: "Juliano Costa and Yuri Oliveira"
43+
speaker: "Juliano Costa & Yuri Oliveira"
4444
recording: "https://www.youtube.com/watch?v=ouWVGtRyRkA"
4545

4646

@@ -148,8 +148,8 @@
148148
- title: "The 1001 serverless options of Microsoft Azure"
149149
speaker: "Philipp Weckerle"
150150
recording: "https://www.youtube.com/watch?v=81Tg--7GIFI"
151-
- title: "[canceled] Cloud-native delivery with Keptn"
152-
speaker: "Jürgen Etzlstorfer"
151+
- title: "How OpenTelemetry is currently used at my company"
152+
speaker: "Juliano Costa"
153153

154154
- id: 12
155155
title: "12. Cloud Native Computing Linz Meetup"
@@ -169,8 +169,8 @@
169169
date: "2022-03-30"
170170
host: "smec"
171171
event_link: "https://www.meetup.com/cloud-native-computing-linz/events/284662219/"
172-
registrations: "20 (combined)"
173-
participants: ""
172+
registrations: ""
173+
participants: "20"
174174
talks:
175175
- title: "Java on Azure"
176176
speaker: "Ed Burns"
@@ -181,8 +181,8 @@
181181
date: "2022-04-19"
182182
host: "hello again"
183183
event_link: "https://www.meetup.com/cloud-native-computing-linz/events/284847987/"
184-
registrations: 23
185-
participants: ""
184+
registrations: ""
185+
participants: "23"
186186
talks:
187187
- title: "The art of scaling without scaling your DevOps-Team"
188188
speaker: "Michael Schöndorfer"
@@ -194,8 +194,8 @@
194194
date: "2022-05-31"
195195
host: "netcetera"
196196
event_link: "https://www.meetup.com/cloud-native-computing-linz/events/285775843/"
197-
registrations: 20
198-
participants: ""
197+
registrations: ""
198+
participants: "20"
199199
talks:
200200
- title: "How deploying feature branches opened the door to more scalability"
201201
speaker: "Markus Adelsberger"
@@ -207,8 +207,8 @@
207207
date: "2022-06-28"
208208
host: "Dynatrace"
209209
event_link: "https://www.meetup.com/cloud-native-computing-linz/events/286504906/"
210-
registrations: 17
211-
participants: ""
210+
registrations: ""
211+
participants: "17"
212212
talks:
213213
- title: "Policy as Code - an introduction to Open Policy Agent"
214214
speaker: "Anders Eknert"
@@ -220,8 +220,8 @@
220220
date: "2022-10-18"
221221
host: "Cloudflight"
222222
event_link: "https://community.cncf.io/events/details/cncf-linz-presents-17-cloud-native-computing-linz-meetup-october-18-2022/"
223-
registrations: "~20"
224-
participants: ""
223+
registrations: ""
224+
participants: "20"
225225
talks:
226226
- title: "Kubernetes, docker, cri-o, containerd, OCI, runC, container - what they are and how they fit together"
227227
speaker: "Martin Strigl"
@@ -234,7 +234,7 @@
234234
- id: 18
235235
title: "18. Cloud Native Computing Linz Meetup"
236236
date: "2022-11-22"
237-
host: "Tractive"
237+
host: "tractive"
238238
event_link: "https://community.cncf.io/events/details/cncf-linz-presents-18-cloud-native-computing-linz-meetup-november-22-2022/"
239239
registrations: ""
240240
participants: "38"

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
3434
<a href="{{ site.baseurl }}/join">Join us!</a>
3535
<a href="{{ site.baseurl }}/speaker-info">Speaker Info</a>
3636
<a href="{{ site.baseurl }}/events">Events</a>
37+
<a href="{{ site.baseurl }}/statistics">📊</a>
3738
<a href="{{ site.baseurl }}/random-number-generator">🎲</a>
3839
<!--
3940
<a href="{{ site.baseurl }}/search">Search</a>

0 commit comments

Comments
 (0)