Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions content/events/2025-denver/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Description = "devopsdays Denver 2025"
+++
<b>This event has ended. Please stay tuned for DevOpsDays Rockies 2026!</b><br><br>

<h2>{{< event_link page="registration" text="Purchase your Ticket!" >}}</h2>
<br><br>

<h2>{{< event_link page="program" text="View the Program!" >}}</h2>
<br><br>

Expand Down
2 changes: 1 addition & 1 deletion content/events/2026-denver/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Description = "Registration for devopsdays Denver 2026"

<div style="width:100%; text-align:left;">

Embed registration iframe/link/etc.
{{< tix city="denver" year="2026" info="show" >}}
</div></div>
</div>
18 changes: 8 additions & 10 deletions content/events/2026-denver/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ Type = "welcome"
aliases = ["/events/2026-denver/"]
Description = "devopsdays Denver 2026"
+++
<b>DevOpsDays Rockies will be back in 2026! Please stay tuned for details!</b><br><br>

<!-- <h2>{{< event_link page="registration" text="Purchase your Ticket!" >}}</h2>
<br><br> -->
<h2><b>DevOpsDays Rockies will be back in 2026 at Bierstadt Lagerhaus in Downtown Denver! Save the dates for September 22-23, 2026 or </b>{{< event_link page="registration" text="purchase your Early Bird Ticket now!" >}}</h2>
<br><br>

<!-- <h2>{{< event_link page="program" text="View the Program!" >}}</h2>
<br><br> -->
Expand Down Expand Up @@ -35,21 +33,21 @@ Description = "devopsdays Denver 2026"
</div>
</div> -->

<!-- <div class = "row">
<div class = "row">
<div class = "col-md-2">
<strong>Register</strong>
<strong>Propose</strong>
</div>
<div class = "col-md-8">
{{< event_link page="registration" text="Get your tickets today!" >}}
{{< event_link url-key="cfp_link" text="Submit your talk today!" >}}
</div>
</div> -->
</div>

<div class = "row">
<div class = "col-md-2">
<strong>Propose</strong>
<strong>Register</strong>
</div>
<div class = "col-md-8">
{{< event_link url-key="cfp_link" text="Submit your talk today!" >}}
{{< event_link page="registration" text="Limited Early bird tickets on sale!" >}}
</div>
</div>

Expand Down
18 changes: 9 additions & 9 deletions data/events/2026/denver/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it
# variable: 2019-01-05T23:59:59+02:00
# 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)

startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
startdate: 2026-09-22T08:00:00-06:00 # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: 2026-09-23T17:00:00-06:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.

# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_start: 2025-09-24T01:00:00-06:00 # start accepting talk proposals.
cfp_date_end: 2026-06-10T23:59:59-06:00
cfp_date_announce: 2026-07-01T08:00:59-06:00
cfp_date_end: 2026-05-15T23:59:59-06:00
cfp_date_announce: 2026-06-15T08:00:59-06:00

cfp_link: "https://talks.devopsdays.org/dodroxrox26/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.

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.
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
registration_date_start: 2025-09-24T01:00:00-06:00 # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
registration_date_end: 2026-09-23T01:00:00-06:00 # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.

registration_closed: "" #set this to true if you need to manually close registration before your registration end date
registration_link: "" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
Expand All @@ -30,9 +30,9 @@ registration_link: "" # If you have a custom registration link, enter it here. T
#
# coordinates: "" # No longer used

location: "Downtown Denver" # Defaults to city, but you can make it the venue name.
location: "Bierstadt Lagerhaus" # Defaults to city, but you can make it the venue name.
#
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!
location_address: "2875 Blake St, Denver, CO 80205" #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!

# Optional - Social badges
# These can be used in the body of any page via matching shortcodes. See sample: https://devopsdays.org/events/2025-denver/welcome/
Expand All @@ -49,7 +49,7 @@ event_social_youtube: "devopsdaysrox" # Change this to the youtube channel handl
nav_elements: # List of pages you want to show up in the navigation of your page.
- name: propose
# - name: location
# - name: registration
- name: registration
# - name: program
# - name: speakers
- name: sponsor
Expand Down
Loading