chore(site): add blog author cards#17756
Merged
xushiyan merged 2 commits intoapache:asf-sitefrom Dec 30, 2025
Merged
Conversation
9ddbd7c to
737cf93
Compare
There was a problem hiding this comment.
Pull request overview
This PR enhances the blog authoring system by implementing a centralized author management system with profile cards. The changes migrate from a simple string-based author field to a structured authors array that references entries in a central YAML configuration file, enabling richer author profiles with images and LinkedIn links.
Key Changes:
- Implemented a centralized author management system using
authors.ymlwith author profiles including names, URLs, and images - Refactored the blog author display component to show author cards with profile pictures and links
- Updated all existing blog posts to use the new
authorsarray format instead of the legacyauthorstring field
Reviewed changes
Copilot reviewed 72 out of 84 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/static/assets/images/authors/sivabalan.jpg | Added author profile image |
| website/static/assets/images/authors/shuo-cheng.jpg | Added author profile image |
| website/src/theme/BlogPostItem/Header/Info/styles.module.css | Added vertical alignment for author info container |
| website/src/theme/BlogPostItem/Header/Authors/styles.module.css | Refactored CSS for author card layout with profile images |
| website/src/theme/BlogPostItem/Header/Authors/index.js | Rewrote component to render author cards with images and links |
| website/src/components/BlogsSlider/index.js | Added regex filter to blog context loader |
| website/docusaurus.config.js | Configured author map path and updated blog file patterns |
| website/blog/authors.yml | Added centralized author metadata configuration |
| website/blog/.mdx/.md | Updated 18 blog posts from author to authors format |
💡 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.
Add author cards