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
10 changes: 0 additions & 10 deletions content/events/2026-prague/propose.md

This file was deleted.

6 changes: 3 additions & 3 deletions content/events/2026-prague/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ Description = "devopsdays prague 2026"
</div>
</div> -->

<!-- <div class = "row">
<div class = "row">
<div class = "col-md-2">
<strong>Register</strong>
</div>
<div class = "col-md-8">
{{< event_link page="registration" text="Register to attend the conference!" >}}
</div>
</div> -->
</div>

<div class = "row">
<div class = "col-md-2">
<strong>Propose</strong>
</div>
<div class = "col-md-8">
{{< event_link page="propose" text="Propose a talk!" >}}
<a href="https://talks.devopsdays.org/devopsdays-prague-2026/cfp">Propose a talk!</a>
</div>
</div>

Expand Down
12 changes: 6 additions & 6 deletions data/events/2026/prague/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ enddate: 2026-10-05T20:00:00+02:00 # The end date of your event. Leave blank if
# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_start: 2025-10-01T00:00:00+02:00 # start accepting talk proposals.
cfp_date_end: 2026-07-01T00:00:00+02:00 # close your call for proposals.
cfp_date_announce: 2026-08-01T08:00:00+02:00 # inform proposers of status
cfp_date_announce: 2026-09-01T08:00:00+02:00 # inform proposers of status

cfp_link: "https://www.papercall.io/dodprague26" #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://talks.devopsdays.org/devopsdays-prague-2026/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: 2026-04-01T00:00:00+02: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-10-02T20:00:00+02: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.
registration_link: "https://tickets.devopsdays.org/devopsdays-prague/2026/" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.

# Location
#
Expand All @@ -47,7 +47,7 @@ event_social_youtube: "DevOpsDaysPrg" # 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