Skip to content

Commit 7b9aba7

Browse files
authored
Merge pull request #14958 from jangolano/dsm2025Registration
DSM 2025 Open Registration
2 parents d63c7a2 + 599f9fd commit 7b9aba7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

data/events/2025/des-moines/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ year: "2025" # The year of the event. Make sure it is in quotes.
33
city: "Des Moines" # The displayed city name of the event. Capitalize it.
44
event_twitter: "devopsdays" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
55
description: "Devopsdays is coming to Des Moines!" # Edit this to suit your preferences
6-
ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
6+
ga_tracking_id: "G-Z4YSQ2X5XC" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
77

88
# All dates are in unquoted 2025-MM-DDTHH:MM:SS+TZ:TZ, like this:
99
# variable: 2019-01-04T00:00:00+02:00
@@ -20,11 +20,11 @@ cfp_date_announce: # inform proposers of status
2020

2121
cfp_link: "https://sessionize.com/agile-devopsdays-des-moines-2025" #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.
2222

23-
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.
24-
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
23+
registration_date_start: 2025-03-05T00:00:00+02:00
24+
registration_date_end: 2025-10-01T00:00:00+02:00
2525

2626
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
27-
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.
27+
registration_link: "https://www.eventbrite.com/e/agile-devopsdays-des-moines-2025-tickets-1267504242309" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
2828

2929
# Location
3030
#
@@ -37,7 +37,7 @@ location_address: "" #Optional - use the street address of your venue. This will
3737
nav_elements: # List of pages you want to show up in the navigation of your page.
3838
# - name: propose
3939
# - name: location
40-
# - name: registration
40+
- name: registration
4141
# - name: program
4242
# - name: speakers
4343
- name: sponsor

0 commit comments

Comments
 (0)