You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Main controls the buttons show in the nmain nav bar
8
+
# You can show / hide them by (un)commenting them here.
9
+
# The ordering of the menu items is controlled with the `weight` property
7
10
main:
8
11
# - identifer: schedule
9
12
# name: Schedule
@@ -13,14 +16,14 @@ menu:
13
16
# name: Speakers
14
17
# url: "#speakers"
15
18
# weight: -110
16
-
# - identifer: program_committee
17
-
# name: Program Committee
18
-
# url: "#program_committee"
19
-
# weight: -100
20
-
# - identifer: venue
21
-
# name: Venue
22
-
# url: "#venue"
23
-
# weight: -100
19
+
# - identifer: program_committee
20
+
# name: Program Committee
21
+
# url: "#program_committee"
22
+
# weight: -100
23
+
# - identifer: venue
24
+
# name: Venue
25
+
# url: "#venue"
26
+
# weight: -100
24
27
- identifer: tickets
25
28
name: Tickets
26
29
url: "#tickets"
@@ -50,70 +53,33 @@ buildFuture: false
50
53
51
54
params:
52
55
event:
53
-
state: cfpclosed # allowed states future, next, archived
56
+
# state controls the state of the CFP button. Possible values are: pending, cfpopen, cfpclosed, cfppublished, archived
57
+
state: cfpclosed
54
58
city: Amsterdam
55
-
code: EU2026
59
+
edition: EU 2026
60
+
code: |
61
+
{{< params event.edition replace " " "" >}}
56
62
description: |
57
-
Cloud Native Rejekts EU 2026 is the b-side conference giving a second chance to the many
58
-
wonderful, but rejected talks leading to KubeCon + CloudNativeCon Europe.
63
+
Cloud Native Rejekts {{< params event.edition >}} is the b-side conference giving a second chance to the many
64
+
wonderful, but rejected talks leading to KubeCon + CloudNativeCon.
59
65
60
-
Cloud Native Rejekts EU 2026 will be an in-person conference. We hope to see you in Amsterdam, on March 21 on the heels of KubeCon + CloudNativeCon Europe.
66
+
Cloud Native Rejekts {{< params event.edition >}} will be an in-person conference. We hope to see you in {{< params event.city >}}, on {{< params event.schedule.datetime month >}} {{< params event.schedule.datetime day >}} on the heels of KubeCon + CloudNativeCon.
0 commit comments