You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace hardcoded PowerShell.org URLs with site params and make author names into links
- Add forums URL and github_repo to hugo.yaml params so they're configurable in one place
- Replace hardcoded https://forums.powershell.org in footer, homepage, and index with {{ .Site.Params.social.forums }}
- Replace hardcoded YouTube, summit, and GitHub repo URLs in learning.html with their corresponding site params
- Replace hardcoded GitHub repo URL in calendar.html with {{ .Site.Params.github_repo }}
- Make all author name references in single.html, list.html, and index.html render as links to /authors/[slug]/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017vQdwS6gqbFhxk55vCFPcD
0 commit comments