Skip to content

Commit 8e68ce1

Browse files
Add building the future event (#15115)
1 parent 21bd722 commit 8e68ce1

File tree

1 file changed

+67
-0
lines changed
  • content/events/building-the-future

1 file changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
# Name of the event, <= 60 characters
3+
title: "Building the Future | Infrastructure as Code Booksigning with Kief Morris"
4+
meta_desc: Join us for an exclusive fireside chat with Thoughtworks' Distinguished Engineer Kief Morris (author of "Infrastructure as Code") and Pulumi Co-founder Eric Rudder as they explore Platform Engineering and IDPs, followed by Q&A and book signing
5+
meta_image:
6+
7+
# A featured webinar will display first in the list.
8+
featured: false
9+
10+
# Webinars with unlisted as true will not be shown on the webinar list
11+
unlisted: false
12+
13+
# Gated webinars will have a registration form and the user will need
14+
# to fill out the form before viewing.
15+
gated: false
16+
17+
# The layout of the landing page.
18+
type: webinars
19+
20+
# External webinars will link to an external page instead of a webinar
21+
# landing/registration page. If the webinar is external you will need
22+
# set the 'block_external_search_index' flag to true so Google does not index
23+
# the webinar page created.
24+
external: true
25+
block_external_search_index: true
26+
27+
# The url slug for the webinar landing page. If this is an external
28+
# webinar, use the external URL as the value here.
29+
url_slug: https://info.pulumi.com/kief-morris-chicago
30+
31+
# Content for the left hand side section of the page.
32+
main:
33+
# Webinar title.
34+
title: "Building the Future | Infrastructure as Code Booksigning with Kief Morris"
35+
36+
event_type: event # workshop | event
37+
38+
# URL for embedding a URL for ungated webinars.
39+
youtube_url:
40+
41+
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
42+
sortable_date: 2025-07-10T16:30:00
43+
44+
# Duration of the webinar.
45+
duration: 2 hours
46+
47+
# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
48+
location: Chicago, Illinois
49+
50+
# Description of the webinar.
51+
description:
52+
53+
# The webinar presenters
54+
presenters:
55+
56+
# case-sensitive
57+
tags:
58+
level: # Beginner, Intermediate, Advanced
59+
topics: []
60+
languages: []
61+
62+
# The right hand side form section.
63+
form:
64+
# HubSpot form id.
65+
hubspot_form_id:
66+
salesforce_campaign_id:
67+
---

0 commit comments

Comments
 (0)