Skip to content

feat(articles): tag + categorize latest 100 articles, fix tag links#43

Merged
HeyItsGilbert merged 3 commits into
mainfrom
feat/article-tags-and-related
Jun 24, 2026
Merged

feat(articles): tag + categorize latest 100 articles, fix tag links#43
HeyItsGilbert merged 3 commits into
mainfrom
feat/article-tags-and-related

Conversation

@HeyItsGilbert

Copy link
Copy Markdown
Member

Summary

Adds discoverability metadata to the 100 most recent articles and fixes a broken tag link in the theme.

Content

  • Tags — introduces the previously-unused tags taxonomy on all 100 latest articles (44 hand-tagged from article content, 56 ICYMI roundups tagged ICYMI / Community / Weekly Roundup).
  • Categories — backfills categories on the 16 of those articles that had none, using only the existing site vocabulary (e.g. PowerShell Summit, Tutorials, Announcements) so they match existing siblings.
  • Why it matters.Site.RegularPages.Related is driven by tags (weight 80) and categories (60). Nothing used tags before, and uncategorized posts produced an empty "Related Articles" block. This populates it.

Cleanup

  • Removes 2026-03-24-ask-me-anything-…md, which contained no article content — just a scraped events-calendar dump.
  • Moves the "About Us" team page from content/articles/ to content/about/ so it stops appearing in the article feed and related results.

Theme fix

  • single.html built tag links from the literal " /tags/" (leading space), so relURL produced /%20/tags/<tag>/. Removed the space to match list.html.

Validation

  • hugo builds clean (exit 0); all 45 tag pages generate.
  • Rendered article hrefs are now /tags/onramp/ etc. — no %20.

🤖 Generated with Claude Code

HeyItsGilbert and others added 2 commits June 23, 2026 16:26
Adds a `tags` taxonomy (previously unused) to the 100 most recent
articles and backfills `categories` on the 16 that lacked them, drawing
only from the existing category vocabulary so siblings match.

Categories and tags both feed Hugo's Related content (tags weighted 80,
categories 60), so this populates the "Related Articles" block that was
empty for uncategorized posts.

Also removes a broken article that was a scraped events-calendar dump
with no real content, and moves the "About Us" team page out of
content/articles/ to content/about/ so it no longer appears in the
article feed or related results.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The single-article template built tag hrefs from the string literal
" /tags/" (leading space), so relURL encoded the space and produced
/%20/tags/<tag>/ links. Removed the space to match the list template.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

Deploy Preview for powershellorg ready!

Name Link
🔨 Latest commit a10a701
🔍 Latest deploy log https://app.netlify.com/projects/powershellorg/deploys/6a3b17e438efa10008a7892c
😎 Deploy Preview https://deploy-preview-43--powershellorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@HeyItsGilbert HeyItsGilbert enabled auto-merge (rebase) June 23, 2026 23:28
Backfills the same `ICYMI / Community / Weekly Roundup` tags on the 90
older ICYMI roundups outside the latest-100 set, so the full ICYMI
archive (146 posts) shares tags and cross-relates.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@HeyItsGilbert HeyItsGilbert disabled auto-merge June 24, 2026 00:31
@HeyItsGilbert HeyItsGilbert merged commit 11dbe87 into main Jun 24, 2026
5 checks passed
@HeyItsGilbert HeyItsGilbert deleted the feat/article-tags-and-related branch June 24, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant