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
6 changes: 3 additions & 3 deletions content/events/2026-lima/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ span.welcome-page-masthead-venue, span.welcome-page-date {
<p>DevOpsDays Lima will be coming back to {{< event_location >}} on <strong class="welcome-hero-date">Aug 27-28, 2026</strong>.</p>
<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>
<div class="welcome-hero-cta">
<a class="welcome-hero-btn" href="https://devopsdays.pe/#tickets">
<a class="welcome-hero-btn" href="https://tickets.devopsdays.pe/">
<i class="fa fa-ticket fa-lg" aria-hidden="true"></i>
<span>Get your ticket</span>
</a>
Expand Down Expand Up @@ -296,7 +296,7 @@ span.welcome-page-masthead-venue, span.welcome-page-date {
<strong>Register</strong>
</div>
<div class="col-md-10">
{{< event_link page="registration" text="Register to attend the conference!" >}}
<a href="https://tickets.devopsdays.pe/">Register to attend the conference!</a>
</div>
</div>

Expand All @@ -305,7 +305,7 @@ span.welcome-page-masthead-venue, span.welcome-page-date {
<strong>Propose</strong>
</div>
<div class = "col-md-8">
<a href="">Propose a talk!</a>
<a href="https://talks.devopsdays.org/devopsdays-lima-2026/cfp">Propose a talk!</a>
</div>
</div>

Expand Down
12 changes: 6 additions & 6 deletions data/events/2026/lima/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ startdate: "2026-08-27T00:10:00+05:00" # The start date of your event. Leave bl
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.

# 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_announce: # inform proposers of status
cfp_date_start: "2025-03-06T12:00:00-05:00"
cfp_date_end: "2025-05-30T12:00:00-05:00"
cfp_date_announce: "2025-06-15T12:00:00-05:00"

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

masthead_background: "lima-banner-masthead.png"

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_closed: "" #set this to true if you need to manually close registration before your registration end date
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.
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.

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

nav_elements: # List of pages you want to show up in the navigation of your page.
# - name: propose
- name: devopsdays.pe
url: https://devopsdays.pe/
- name: propose
- name: location
- name: registration
# - name: program
Expand Down
Loading