Commit c0d88db
refactor(content): standardize on authors over redundant author key
Every content file carried both `author:` (string) and `authors:` (list)
with identical values — the singular was always equal to authors[0]. The
`authors:` list already drives the Hugo taxonomy (hugo.yaml: author:
authors); `author:` only fed the byline display in three templates.
- Repoint single/list/index bylines from `.Params.author` to
`index .Params.authors 0`, preserving primary-author-only bylines.
- Strip the redundant `author:` key from all content frontmatter.
- Drop the `author` field from the article/podcast content types in
frontmatter.json and promote `authors` to required so the CMS no
longer re-adds the singular key.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 827f580 commit c0d88db
1,878 files changed
Lines changed: 12 additions & 1892 deletions
File tree
- content
- about
- articles
- podcast
- themes/powershell-community/layouts
- _default
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
0 commit comments