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
Call For Papers is still open: <ahref="https://www.devopsdays.dk/stories/become-a-speaker/"target="_blank"><strong>Become a Speaker</strong></a>
15
+
We are sorry to announce that devopsdays Copenhagen 2026 will not be taking place. Please reach out to the organizers via the contact page if you have any questions.
16
16
17
-
<divclass = "row">
18
-
<divclass = "col-md-2">
19
-
<strong>Dates</strong>
20
-
</div>
21
-
<divclass = "col-md-8">
22
-
{{< event_start >}} - {{< event_end >}}
23
-
</div>
24
-
</div>
25
-
26
-
<!-- <div class = "row">
27
-
<div class = "col-md-2">
28
-
<strong>Location</strong>
29
-
</div>
30
-
<div class = "col-md-8">
31
-
{{< event_location >}}
32
-
</div>
33
-
</div> -->
34
-
35
-
<!-- <div class = "row">
36
-
<div class = "col-md-2">
37
-
<strong>Register</strong>
38
-
</div>
39
-
<div class = "col-md-8">
40
-
{{< event_link page="registration" text="Register to attend the conference!" >}}
41
-
</div>
42
-
</div> -->
43
-
44
-
<!-- <div class = "row">
45
-
<div class = "col-md-2">
46
-
<strong>Propose</strong>
47
-
</div>
48
-
<div class = "col-md-8">
49
-
{{< event_link page="propose" text="Propose a talk!" >}}
50
-
</div>
51
-
</div> -->
52
-
53
-
<!-- <div class = "row">
54
-
<div class = "col-md-2">
55
-
<strong>Program</strong>
56
-
</div>
57
-
<div class = "col-md-8">
58
-
View the {{< event_link page="program" text="program." >}}
59
-
</div>
60
-
</div> -->
61
-
62
-
<!-- <div class = "row">
63
-
<div class = "col-md-2">
64
-
<strong>Speakers</strong>
65
-
</div>
66
-
<div class = "col-md-8">
67
-
Check out the {{< event_link page="speakers" text="speakers!" >}}
68
-
</div>
69
-
</div> -->
70
-
71
-
<!-- <div class = "row">
72
-
<div class = "col-md-2">
73
-
<strong>Sponsors</strong>
74
-
</div>
75
-
<div class = "col-md-8">
76
-
{{< event_link page="sponsor" text="Sponsor the conference!" >}}
77
-
</div>
78
-
</div> -->
79
-
80
-
<divclass = "row">
81
-
<divclass = "col-md-2">
82
-
<strong>Contact</strong>
83
-
</div>
84
-
<divclass = "col-md-8">
85
-
{{< event_link page="contact" text="Get in touch with the organizers" >}}
86
-
</div>
87
-
</div>
88
-
89
-
<!-- Uncomment if you added your city twitter name -->
Copy file name to clipboardExpand all lines: data/events/2026/copenhagen/main.yml
+12-22Lines changed: 12 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ name: "2026-copenhagen" # The name of the event. Four digit year with the city n
2
2
year: "2026"# The year of the event. Make sure it is in quotes.
3
3
city: "copenhagen"# The displayed city name of the event. Capitalize it.
4
4
event_twitter: "devopsdays"# Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
5
-
description: "DevOpsDays - The Danish DevOps and DevX community meet again in Copenhagen!"# Edit this to suit your preferences
5
+
description: "devopsdays Copenhagen 2026 has been cancelled."# Edit this to suit your preferences
6
6
ga_tracking_id: ""# If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
7
7
8
8
# All dates are in unquoted 2026-MM-DDTHH:MM:SS+TZ:TZ, like this:
@@ -11,13 +11,15 @@ ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it
11
11
# 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)
12
12
13
13
14
-
startdate: 2026-04-28T10:00:00+01:00 # The start date of your event. Leave blank if you don't have a venue reserved yet.
15
-
enddate: 2026-04-29T18:00:00+01:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.
14
+
cancel: "true"
15
+
16
+
startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
17
+
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
16
18
17
19
# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_end: 2026-02-01T00:00:00+01:00 # close your call for proposals.
20
-
cfp_date_announce: 2026-03-01T00:00:00+01:00 # inform proposers of status
20
+
cfp_date_start: # start accepting talk proposals.
21
+
cfp_date_end: # close your call for proposals.
22
+
cfp_date_announce: # inform proposers of status
21
23
cfp_link: "https://www.devopsdays.dk/cfp/"#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.
22
24
23
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.
@@ -30,9 +32,9 @@ registration_link: "https://www.devopsdays.dk/stories/become-a-speaker/" # If yo
30
32
#
31
33
# coordinates: "" # No longer used
32
34
33
-
location: "Copenhagen"# Defaults to city, but you can make it the venue name.
35
+
location: # Defaults to city, but you can make it the venue name.
34
36
#
35
-
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!
37
+
location_address: #Optional - use the street address of your venue.
36
38
37
39
# Optional - Social badges
38
40
# These can be used in the body of any page via matching shortcodes. See sample: https://devopsdays.org/events/2025-denver/welcome/
@@ -47,20 +49,8 @@ event_social_youtube: "devopsdays" # Change this to the youtube channel handle f
47
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.
48
50
49
51
nav_elements: # List of pages you want to show up in the navigation of your page.
50
-
- name: devopsdays.dk
51
-
url: https://www.devopsdays.dk/ # Optional override of the default url for this nav item
52
-
# - name: registration
53
-
# - name: program
54
-
# url: https://www.devopsdays.dk/program/ # Optional override of the default url for this nav item
55
-
# - name: speakers
56
-
# url: https://www.devopsdays.dk/speakers/ # Optional override of the default url for this nav item
57
-
# - name: sponsor
58
-
# - name: propose # This is a special case - if the cfp_link is set, this will link to that - not your page!
59
-
- name: conduct
60
52
- name: contact
61
-
# - name: example
62
-
# icon: "map-o" # This is a font-awesome icon that will display on small screens. Choose at http://fontawesome.io/icons/
63
-
# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site
53
+
- name: conduct
64
54
65
55
66
56
# These are the same people you have on the mailing list and Slack channel.
@@ -130,7 +120,7 @@ sponsors:
130
120
# - id: the-tech-collective
131
121
# level: community
132
122
133
-
sponsors_accepted : "yes"# Whether you want "Become a XXX Sponsor!" link
123
+
sponsors_accepted : "no"# Whether you want "Become a XXX Sponsor!" link
134
124
135
125
# In this section, list the level of sponsorships and the label to use.
136
126
# You may optionally include a "max" attribute to limit the number of sponsors per level. For
0 commit comments