Skip to content

Add events #15312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
68 changes: 68 additions & 0 deletions content/events/aws-summit-new-york/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
# Name of the event, <= 60 characters
title: AWS Summit New York
meta_desc: Visit with Pulumi experts and executives at AWS Summit New York (Booth 562)
meta_image:

# A featured webinar will display first in the list.
featured: false

# Webinars with unlisted as true will not be shown on the webinar list
unlisted: false

# Gated webinars will have a registration form and the user will need
# to fill out the form before viewing.
gated: false

# The layout of the landing page.
type: webinars

# External webinars will link to an external page instead of a webinar
# landing/registration page. If the webinar is external you will need
# set the 'block_external_search_index' flag to true so Google does not index
# the webinar page created.
external: true
block_external_search_index: true

# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: https://calendly.com/pulumi-meetings/aws-summit-newyork-booth-demo

# Content for the left hand side section of the page.
main:
# Webinar title.
title: AWS Summit New York

event_type: event # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2025-07-16T09:00:00-00:00

# Duration of the webinar.
duration: 1 day

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: New York, NY

# Description of the webinar.
description:

# The webinar presenters
presenters:

# case-sensitive
tags:
level: # Beginner, Intermediate, Advanced
topics: []
languages: []
clouds: ["AWS"]

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id:
salesforce_campaign_id:
---
67 changes: 67 additions & 0 deletions content/events/building-the-future-new-york/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
# Name of the event, <= 60 characters
title: "Building the Future | Infrastructure as Code Booksigning with Kief Morris - New York"
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
meta_image:

# A featured webinar will display first in the list.
featured: false

# Webinars with unlisted as true will not be shown on the webinar list
unlisted: false

# Gated webinars will have a registration form and the user will need
# to fill out the form before viewing.
gated: false

# The layout of the landing page.
type: webinars

# External webinars will link to an external page instead of a webinar
# landing/registration page. If the webinar is external you will need
# set the 'block_external_search_index' flag to true so Google does not index
# the webinar page created.
external: true
block_external_search_index: true

# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: https://info.pulumi.com/kief-morris-nyc

# Content for the left hand side section of the page.
main:
# Webinar title.
title: "Building the Future | Infrastructure as Code Booksigning with Kief Morris - New York"

event_type: event # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2025-07-15T16:30:00

# Duration of the webinar.
duration: 2 hours

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: New York, NY

# Description of the webinar.
description:

# The webinar presenters
presenters:

# case-sensitive
tags:
level: # Beginner, Intermediate, Advanced
topics: []
languages: []

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id:
salesforce_campaign_id:
---
68 changes: 68 additions & 0 deletions content/events/dev-ops-days-dallas/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
# Name of the event, <= 60 characters
title: DevOps Days Dallas
meta_desc: Pulumi is proud to be a Silver sponsor of DevOps Days Dallas at the Plano Events Center.
meta_image:

# A featured webinar will display first in the list.
featured: false

# Webinars with unlisted as true will not be shown on the webinar list
unlisted: false

# Gated webinars will have a registration form and the user will need
# to fill out the form before viewing.
gated: false

# The layout of the landing page.
type: webinars

# External webinars will link to an external page instead of a webinar
# landing/registration page. If the webinar is external you will need
# set the 'block_external_search_index' flag to true so Google does not index
# the webinar page created.
external: true
block_external_search_index: true

# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: https://tickets.devopsdays.org/devopsdays-dallas/2025/

# Content for the left hand side section of the page.
main:
# Webinar title.
title: DevOps Days Dallas

event_type: event # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2025-09-17T09:00:00-00:00

# Duration of the webinar.
duration: 2 days

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: Dallas, TX

# Description of the webinar.
description: Pulumi is proud to be a Silver sponsor of DevOps Days Dallas at the Plano Events Center.

# The webinar presenters
presenters:

# case-sensitive
tags:
level: # Beginner, Intermediate, Advanced
topics: []
languages: []
clouds: []

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id:
salesforce_campaign_id:
---
Loading