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
# Note: we allow 2026-MM-DD for backward compatibility, but it can lead to unexpected behaviors (like your event disappearing from the front page during your last day)
14
14
15
-
startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
16
-
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
15
+
startdate: 2026-05-27T00:00:00+03:00
16
+
enddate: 2026-05-29T00:00:00+03:00
17
17
18
18
# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_end: 2026-03-01T00:00:00+03:00# close your call for proposals.
21
21
cfp_date_announce: # inform proposers of status
22
22
23
-
cfp_link: ""#if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
23
+
cfp_link: "https://docs.google.com/forms/d/e/1FAIpQLSewuE-FJZQwCYnrZc--SmxwHLwmbYqwZl8nLWD2IdFSqPoahQ/viewform"#if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
24
24
25
25
registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
26
26
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
@@ -32,7 +32,7 @@ registration_link: "" # If you have a custom registration link, enter it here. T
32
32
#
33
33
# coordinates: "" # No longer used
34
34
35
-
location: "Sibiu"# Defaults to city, but you can make it the venue name.
35
+
location: "Strada Emil Cioran 4, Sibiu"# Defaults to city, but you can make it the venue name.
36
36
#
37
37
location_address: ""#Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
38
38
@@ -49,8 +49,8 @@ event_social_youtube: "devopsdays" # Change this to the youtube channel handle f
49
49
event_twitter: "devopsdays"# This will create a traditional "Follow" twitter button. Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp.
50
50
51
51
nav_elements: # List of pages you want to show up in the navigation of your page.
52
-
# - name: propose
53
-
# - name: location
52
+
- name: propose
53
+
- name: location
54
54
# - name: registration
55
55
# - name: program
56
56
# - name: speakers
@@ -128,6 +128,8 @@ sponsors:
128
128
# url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
129
129
- id: sibiu-it-cluster
130
130
level: gold
131
+
- id: synchromind
132
+
level: gold
131
133
- id: swiss-web-academy
132
134
level: gold
133
135
- id: sibiu-visma
@@ -144,10 +146,10 @@ sponsors:
144
146
level: media
145
147
- id: kubeevents
146
148
level: media
147
-
# - id: emailtree-ai
148
-
# level: community
149
-
# - id: ulbsibiu
150
-
# level: community
149
+
- id: emailtree-ai
150
+
level: community
151
+
- id: ulbsibiu
152
+
level: community
151
153
# - id: women4cyber
152
154
# level: community
153
155
sponsors_accepted : "yes"# Whether you want "Become a XXX Sponsor!" link
@@ -162,10 +164,14 @@ sponsor_levels:
162
164
# max: 10
163
165
- id: silver
164
166
label: Silver
165
-
max: 0# This is the same as omitting the max limit.
166
-
- id: bronze
167
-
label: Bronze
167
+
# max: 0 # This is the same as omitting the max limit.
0 commit comments