Skip to content

Commit d94af3e

Browse files
committed
feat(schedule): post schedule
Signed-off-by: Laura Santamaria <nimbinatus@users.noreply.github.com>
1 parent 0f790a8 commit d94af3e

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
+++
2+
Title = "Schedule"
3+
Type = "event"
4+
Description = "Speakers, sessions, ignites, meals"
5+
+++
6+
7+
<script type="text/javascript" src="https://talks.devopsdays.org/devopsdays-austin-2025/widgets/schedule.js"></script>
8+
<pretalx-schedule event-url="https://talks.devopsdays.org/devopsdays-austin-2025/" locale="en" format="grid" style="--pretalx-clr-primary: #3aa57c"></pretalx-schedule>
9+
<noscript>
10+
<div class="pretalx-widget">
11+
<div class="pretalx-widget-info-message">
12+
JavaScript is disabled in your browser. To access our schedule without JavaScript,
13+
please <a target="_blank" href="https://talks.devopsdays.org/devopsdays-austin-2025/schedule/">click here</a>.
14+
</div>
15+
</div>
16+
</noscript>

data/events/2025/austin/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ location: "TCEA Conference Center" # Defaults to city, but you can make it the v
3636
location_address: "3100 Alvin Devane Blvd Building B, Austin, TX 78741" #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!
3737

3838
nav_elements: # List of pages you want to show up in the navigation of your page.
39-
- name: propose
39+
# - name: propose
4040
- name: location
4141
- name: register
4242
url: https://tickets.devopsdays.org/devopsdays-austin/2025/
43-
# - name: program
43+
- name: schedule
4444
- name: speakers
4545
- name: sponsor
4646
- name: contact

0 commit comments

Comments
 (0)