Skip to content

Commit 539880d

Browse files
committed
feat: update url register and add propose
1 parent cfe49c8 commit 539880d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/events/2026-lima/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ span.welcome-page-masthead-venue, span.welcome-page-date {
210210
<p>DevOpsDays Lima will be coming back to {{< event_location >}} on <strong class="welcome-hero-date">Aug 27-28, 2026</strong>.</p>
211211
<p>Our mission at DevOpsDays Lima is to drive technological evolution with an event that connects professionals, encourages sharing DevOps knowledge, and strengthens a culture of continuous innovation based on real experiences.</p>
212212
<div class="welcome-hero-cta">
213-
<a class="welcome-hero-btn" href="https://devopsdays.pe/#tickets">
213+
<a class="welcome-hero-btn" href="https://tickets.devopsdays.pe/">
214214
<i class="fa fa-ticket fa-lg" aria-hidden="true"></i>
215215
<span>Get your ticket</span>
216216
</a>

data/events/2026/lima/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ startdate: "2026-08-27T00:10:00+05:00" # The start date of your event. Leave bl
1515
enddate: "2026-08-28T00:18:00+05:00" # The end date of your event. Leave blank if you don't have a venue reserved yet.
1616

1717
# Leave CFP dates blank if you don't know yet, or set all three at once.
18-
cfp_date_start: # start accepting talk proposals.
19-
cfp_date_end: # close your call for proposals.
20-
cfp_date_announce: # inform proposers of status
18+
cfp_date_start: "2025-03-06T12:00:00-05:00"
19+
cfp_date_end: "2025-05-30T12:00:00-05:00"
20+
cfp_date_announce: "2025-06-15T12:00:00-05:00"
2121

22-
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.
22+
cfp_link: "https://talks.devopsdays.org/devopsdays-lima-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.
2323

2424
masthead_background: "lima-banner-masthead.png"
2525

2626
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.
2727
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
2828

2929
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
30-
registration_link: "https://devopsdays.pe/#tickets" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
30+
registration_link: "https://tickets.devopsdays.pe/" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
3131

3232
# Location
3333
#
@@ -49,9 +49,9 @@ event_social_youtube: "DevOpsDaysLima" # Change this to the youtube channel hand
4949
social_shares: # ["email", "twitter", "facebook", "linkedin"]
5050

5151
nav_elements: # List of pages you want to show up in the navigation of your page.
52-
# - name: propose
5352
- name: devopsdays.pe
5453
url: https://devopsdays.pe/
54+
- name: propose
5555
- name: location
5656
- name: registration
5757
# - name: program

0 commit comments

Comments
 (0)