Skip to content
Merged
Changes from 2 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
8 changes: 4 additions & 4 deletions data/events/2025/des-moines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ startdate: 2025-10-02T00:00:00+02:00 # The start date of your event. Leave blank
enddate: 2025-10-03T00:00:00+02: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: # start accepting talk proposals.
cfp_date_end: # close your call for proposals.
cfp_date_start: 2025-03-01T00:00:00+02:00 # start accepting talk proposals.
cfp_date_end: 2025-05-31T00:00:00+02:00 # close your call for proposals.
cfp_date_announce: # inform proposers of status

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.
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.

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.
Expand All @@ -39,7 +39,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
# - name: location
# - name: registration
# - name: program
# - name: speakers
- name: speakers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you do not want to open the speaker page yet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I forgot that was the speaker list, not the information for the speakers.

Thanks,

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, if you want to have a speaker info page, you can set that up in a seperate PR when you're ready

- name: sponsor
- name: contact
- name: conduct
Expand Down
Loading