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 URLs with site params and link author names (#25)
## Summary
- Adds `social.forums` and `github_repo` to `hugo.yaml` params so all
community URLs are managed in one place
- Replaces hardcoded `https://forums.powershell.org` in `footer.html`,
`index.html` (×2) with `{{ .Site.Params.social.forums }}`
- Replaces hardcoded YouTube, PowerShell Summit, and GitHub repo URLs in
`learning.html` with their existing site param equivalents
- Replaces hardcoded GitHub issue URL in `calendar.html` with `{{
.Site.Params.github_repo }}/issues/new?...`
- Makes all author name references in `single.html`, `list.html`, and
`index.html` render as links to `/authors/[slug]/` instead of plain text
## Test plan
- [ ] Build the site locally (`hugo server`) and verify no broken links
on homepage, footer, learning, and calendar pages
- [ ] Click an author name on an article card (homepage), article list
page, and single article page — each should navigate to the correct
`/authors/[slug]/` page
- [ ] Verify the Forums link in the footer and homepage resolves to
`https://forums.powershell.org`
- [ ] Update `social.forums` or `github_repo` in `hugo.yaml` and confirm
all references update automatically
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_017vQdwS6gqbFhxk55vCFPcD
---
_Generated by [Claude
Code](https://claude.ai/code/session_017vQdwS6gqbFhxk55vCFPcD)_
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments