diff --git a/hugo.yaml b/hugo.yaml index 562736c10..6b14d1332 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -113,6 +113,10 @@ params: github: "https://github.com/powershellOrg" discord: "https://aka.ms/psdiscord" bluesky: "https://bsky.app/profile/powershell.org" + forums: "https://forums.powershell.org" + + # GitHub repository URL + github_repo: "https://github.com/PowerShellOrg/PowerShellOrgWebsite" # Podcast settings podcast: diff --git a/themes/powershell-community/layouts/_default/authors.html b/themes/powershell-community/layouts/_default/authors.html index e3f3551e5..0e68c1de2 100644 --- a/themes/powershell-community/layouts/_default/authors.html +++ b/themes/powershell-community/layouts/_default/authors.html @@ -46,7 +46,7 @@

{{ .Title }}

- + {{ .Page.Title }}

@@ -58,7 +58,7 @@

- View Profile diff --git a/themes/powershell-community/layouts/_default/calendar.html b/themes/powershell-community/layouts/_default/calendar.html index c52e0364d..09d0fefbc 100644 --- a/themes/powershell-community/layouts/_default/calendar.html +++ b/themes/powershell-community/layouts/_default/calendar.html @@ -11,7 +11,7 @@

{{ .Title }}

{{ .Params.description }}

{{ with .OutputFormats.Get "Calendar" }}
- + Subscribe (.ics)
@@ -146,7 +146,7 @@

{{ .Title }}

Have an Event to Share?

Submit your PowerShell-related conference, meetup, or community event by opening a GitHub issue.

- Submit an Event diff --git a/themes/powershell-community/layouts/_default/learning.html b/themes/powershell-community/layouts/_default/learning.html index bfc7422da..0ced32705 100644 --- a/themes/powershell-community/layouts/_default/learning.html +++ b/themes/powershell-community/layouts/_default/learning.html @@ -79,7 +79,7 @@

Videos & YouTube

-
@@ -175,7 +175,7 @@

Recommended Conferences

-
@@ -226,7 +226,7 @@

SQL Saturday Baton Rouge

Know a Great Resource?

Help us grow this list. Submit a pull request to add your favorite PowerShell learning resources.

-
Contribute on GitHub diff --git a/themes/powershell-community/layouts/_default/list.html b/themes/powershell-community/layouts/_default/list.html index d64835850..d575ad8bc 100644 --- a/themes/powershell-community/layouts/_default/list.html +++ b/themes/powershell-community/layouts/_default/list.html @@ -70,13 +70,13 @@

{{ end }}

- + {{ .Title }}

{{ .Summary }}

- Listen @@ -101,7 +101,7 @@

{{ with .Params.author }} - {{ . }} + {{ . }} {{ end }}

{{ with .Params.categories }} @@ -112,7 +112,7 @@

- + {{ .Title }}

@@ -120,7 +120,7 @@

{{ .Summary }}

- Read More diff --git a/themes/powershell-community/layouts/_default/single.html b/themes/powershell-community/layouts/_default/single.html index b685f44d2..e8aea091e 100644 --- a/themes/powershell-community/layouts/_default/single.html +++ b/themes/powershell-community/layouts/_default/single.html @@ -50,7 +50,7 @@

{{ .
- {{ . }} + {{ . }}

{{ end }} @@ -127,7 +127,7 @@

Tags

-

About {{ $.Params.author }}

+

About {{ $.Params.author }}

{{ . }}

@@ -146,7 +146,7 @@

Related Articles

{{ .Date.Format "Jan 2, 2006" }}

- + {{ .Title }}

@@ -157,12 +157,12 @@

{{ end }} - +