From a8a4139381d6de8aa5eefb171e5cad60ac96c7d9 Mon Sep 17 00:00:00 2001
From: Gilbert Sanchez
Date: Wed, 26 Aug 2026 22:48:06 +0000
Subject: [PATCH 1/2] Redirect Summit page to event site
---
CONTEXT.md | 5 +
content/summit/_index.md | 7 --
hugo.yaml | 3 -
netlify.toml | 12 +-
static/summit/index.html | 13 +++
.../layouts/_default/summit.html | 106 ------------------
.../powershell-community/layouts/index.html | 2 +-
.../layouts/partials/footer.html | 2 +-
8 files changed, 30 insertions(+), 120 deletions(-)
delete mode 100644 content/summit/_index.md
create mode 100644 static/summit/index.html
delete mode 100644 themes/powershell-community/layouts/_default/summit.html
diff --git a/CONTEXT.md b/CONTEXT.md
index 4499aeff7..79a95bec9 100644
--- a/CONTEXT.md
+++ b/CONTEXT.md
@@ -44,3 +44,8 @@ whose archived episodes also live under `/podcast/`. A distinct podcast from **T
PowerShell Podcast** despite sharing the section — it has its own hosts and is not
covered by the Podbean feed or the sync. Episodes are told apart by their audio host:
Podbean (`mcdn.podbean.com`) means The PowerShell Podcast; libsyn means PowerScripting.
+
+**PowerShell Summit**:
+The event whose canonical public website is `https://powershellsummit.org/`.
+PowerShell.org refers visitors to that site rather than presenting a separate
+event-information destination.
diff --git a/content/summit/_index.md b/content/summit/_index.md
deleted file mode 100644
index ce0da02d5..000000000
--- a/content/summit/_index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "PowerShell + DevOps Global Summit"
-description: "The premier event for PowerShell and DevOps professionals."
-layout: summit
----
-
-Join us for the largest gathering of PowerShell and DevOps professionals.
diff --git a/hugo.yaml b/hugo.yaml
index 40f7316db..91e6475e6 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -38,9 +38,6 @@ menu:
- name: "Podcast"
url: "/podcast/"
weight: 20
- - name: "Summit"
- url: "/summit/"
- weight: 30
- name: "Articles"
url: "/articles/"
weight: 40
diff --git a/netlify.toml b/netlify.toml
index 09ab26a2f..ff1d272fa 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,6 +3,13 @@
command = "hugo --minify"
publish = "public"
+[[redirects]]
+ from = "/summit/"
+ to = "https://powershellsummit.org/"
+ status = 301
+ force = true
+
+
[build.environment]
HUGO_VERSION = "0.155.1"
HUGO_ENVIRONMENT = "production"
@@ -22,7 +29,8 @@
[[headers]]
for = "/*.css"
- [headers.values]
+ Summit
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
diff --git a/static/summit/index.html b/static/summit/index.html
new file mode 100644
index 000000000..7f3717b2a
--- /dev/null
+++ b/static/summit/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+ PowerShell Summit
+
+
+ The PowerShell Summit site has moved to powershellsummit.org.
+
+
+
diff --git a/themes/powershell-community/layouts/_default/summit.html b/themes/powershell-community/layouts/_default/summit.html
deleted file mode 100644
index c255fb33b..000000000
--- a/themes/powershell-community/layouts/_default/summit.html
+++ /dev/null
@@ -1,106 +0,0 @@
-{{ define "main" }}
-
-
-
-
-
-
- {{ .Site.Params.summit.dates }}
-
-
{{ .Site.Params.summit.title }}
-
{{ .Site.Params.summit.location }}
-
{{ .Description }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
When
-
{{ .Site.Params.summit.dates }}
-
-
-
-
-
-
-
Where
-
{{ .Site.Params.summit.location }}
-
-
-
-
-
-
-
What
-
4 days of sessions, workshops, and networking
-
-
-
-
- {{ if .Content }}
-
- {{ .Content }}
-
- {{ end }}
-
-
-
-
-
-
-
What to Expect
-
-
-
-
Deep Technical Sessions
-
Expert-led talks on PowerShell, DevOps, automation, and cloud infrastructure.
-
-
-
-
Hands-On Workshops
-
Interactive labs where you build real solutions with guidance from experts.
-
-
-
-
Community Networking
-
Connect with PowerShell professionals, MVPs, and the product team.
-
-
-
-
Lightning Demos
-
Quick-fire demos showcasing innovative tools and techniques from the community.
-
-
-
-
-
-
-
-
-{{ end }}
diff --git a/themes/powershell-community/layouts/index.html b/themes/powershell-community/layouts/index.html
index 5314f9d26..fba4023b8 100644
--- a/themes/powershell-community/layouts/index.html
+++ b/themes/powershell-community/layouts/index.html
@@ -22,7 +22,7 @@
-
Get Summit Tickets
diff --git a/themes/powershell-community/layouts/partials/footer.html b/themes/powershell-community/layouts/partials/footer.html
index 2246a5509..242e43a4e 100644
--- a/themes/powershell-community/layouts/partials/footer.html
+++ b/themes/powershell-community/layouts/partials/footer.html
@@ -37,7 +37,7 @@
PowerShell.org
Quick Links
- Podcast
- - Summit
+ - Summit
- Learning Resources
- Community
- Forums
From cf1539e1967a99991462841bdbb43a4d87587a28 Mon Sep 17 00:00:00 2001
From: Gilbert Sanchez
Date: Wed, 26 Aug 2026 23:06:10 +0000
Subject: [PATCH 2/2] Address Summit redirect review feedback
---
netlify.toml | 7 +++----
static/summit/index.html | 2 ++
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/netlify.toml b/netlify.toml
index ff1d272fa..bf2222be7 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -4,7 +4,7 @@
publish = "public"
[[redirects]]
- from = "/summit/"
+ from = "/summit"
to = "https://powershellsummit.org/"
status = 301
force = true
@@ -29,8 +29,7 @@
[[headers]]
for = "/*.css"
- Summit
+ for = "/*.woff2"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
diff --git a/static/summit/index.html b/static/summit/index.html
index 7f3717b2a..a3f2bbb4a 100644
--- a/static/summit/index.html
+++ b/static/summit/index.html
@@ -2,6 +2,8 @@
+
+
PowerShell Summit