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..bf2222be7 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" diff --git a/static/summit/index.html b/static/summit/index.html new file mode 100644 index 000000000..a3f2bbb4a --- /dev/null +++ b/static/summit/index.html @@ -0,0 +1,15 @@ + + +
+ + + + + +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.location }}
-{{ .Description }}
- -{{ .Site.Params.summit.dates }}
-{{ .Site.Params.summit.location }}
-4 days of sessions, workshops, and networking
-Expert-led talks on PowerShell, DevOps, automation, and cloud infrastructure.
-Interactive labs where you build real solutions with guidance from experts.
-Connect with PowerShell professionals, MVPs, and the product team.
-Quick-fire demos showcasing innovative tools and techniques from the community.
-Join hundreds of PowerShell professionals in {{ .Site.Params.summit.location }} this {{ .Site.Params.summit.year }}.
- - Register for Summit {{ .Site.Params.summit.year }} - -