Skip to content
Open
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
4 changes: 2 additions & 2 deletions content/events/2026-kansas-city/location.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Type = "event"
Description = "Location for DevOpsDays Kansas City 2026"
+++

DevOpsDays KC 2026 will be held as part of the new Community Days KC event, which will be held at the UMKC Student Union, May 28-29, 2026.
DevOpsDays KC 2026 will be held as part of the new [Community Days KC](https://www.communitydays.info/) event, which will be held at the Lifted Logic, May 28-29, 2026.

The UMKC Student Union is located at 5100 Cherry Street, Kansas City, MO 64110.
[Lifted Logic](https://liftedlogic.com/event-space-in-kansas-city/) is a new, community-oriented space located at 5600 W 95th St, Overland Park, KS 66207.

<!-- Uncomment this only if you have set the coordinates for your location in the config yaml. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html -->
{{< event_map >}}
Expand Down
2 changes: 2 additions & 0 deletions content/events/2026-kansas-city/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Description = "DevOpsDays Kansas City 2026"
</div>
</div>

<!--
<div class = "row">
<div class = "col-md-2">
<strong>Propose</strong>
Expand All @@ -53,6 +54,7 @@ Description = "DevOpsDays Kansas City 2026"
{{< event_link page="propose" text="Propose a talk!" >}}
</div>
</div>
-->

<!-- <div class = "row">
<div class = "col-md-2">
Expand Down
8 changes: 4 additions & 4 deletions data/events/2026/kansas-city/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cfp_date_start: 2026-02-11T00:00:01-06:00 # start accepting talk proposals.
cfp_date_end: 2026-03-31T23:59:59-06:00 # close your call for proposals.
cfp_date_announce: # inform proposers of status

cfp_link: "https://sessionize.com/communitydayskc-2026" #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: "" #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 @@ -31,9 +31,9 @@ registration_link: "https://ti.to/kansas-city-developers-conference/communityday
#
# coordinates: "" # No longer used

location: "UMKC Student Union" # Defaults to city, but you can make it the venue name.
location: "Lifted Logic" # Defaults to city, but you can make it the venue name.
#
location_address: "5100 Cherry St, Kansas City, MO 64110" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
location_address: "5600 W 95th St, Overland Park, KS 66207" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!

# Optional - Social badges
# These can be used in the body of any page via matching shortcodes. See sample: https://devopsdays.org/events/2025-denver/welcome/
Expand All @@ -54,7 +54,7 @@ event_social_youtube: "devopskc" # Change this to the youtube channel handle for
social_shares: ["email", "facebook", "linkedin"]

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