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 @@ + + + + + + + + + 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.

-
-
-
-
- - -
-
-

Don't Miss Out

-

Join hundreds of PowerShell professionals in {{ .Site.Params.summit.location }} this {{ .Site.Params.summit.year }}.

- - Register for Summit {{ .Site.Params.summit.year }} - -
-
- -{{ 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