Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR renames the author entry "Hugo" to "Hugo van Kemenade" across the blog — updating the author profile, all blog post frontmatter, and the Keystatic known-authors list. It also removes the old content/authors/hugo.json file and replaces it with a richer content/authors/hugo-van-kemenade.json with updated bio and social links. As noted in the PR description, no URL redirect from /authors/hugo/ to /authors/hugo-van-kemenade/ is being added, as the site is new enough that it's not necessary.
Changes:
- Renamed author from
"Hugo"to"Hugo van Kemenade"inkeystatic.config.tsxand all post frontmatter files (23 posts) - Deleted
content/authors/hugo.jsonand createdcontent/authors/hugo-van-kemenade.jsonwith updated bio and social links - Whitespace cleanup (trailing spaces on blockquote continuation lines) in several post files
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
keystatic.config.tsx |
Updates the knownAuthors list to use the full name |
content/authors/hugo-van-kemenade.json |
New author profile with full name, updated bio, and social links |
content/authors/hugo.json |
Old author profile deleted |
content/posts/*/index.md (23 files) |
author frontmatter updated from Hugo to Hugo van Kemenade; some also have trailing whitespace removed from blockquote lines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is such a new site, I don't think we need to redirect from https://blog.python.org/authors/hugo/ to the new page.