xushiyan commented on PR #14339:
URL: https://github.com/apache/hudi/pull/14339#issuecomment-3758817162
## PR changes: Blog Page Filter, Search & Tag Consolidation
### Features Added
- **Blog filtering by category** - Added filter UI to filter blogs by
category (`deep-dive`, `how-to`, `case-study`, `community`)
- **Blog search functionality** - Implemented search capability on the blog
page
- **Search icon** - Added search icon SVG for the blog list UI
### Tag & Category Reorganization
- **Introduced proper blog categories** - Blogs now use a `category` field
with standardized values:
| Category | Description |
|----------|-------------|
| `deep-dive` | Technical articles exploring Hudi internals, architecture,
or advanced concepts |
| `how-to` | Tutorials, recipes, step-by-step guides |
| `case-study` | Real-world adoption stories from companies |
| `community` | Announcements, release updates, meetup recaps |
- **Consolidated tags to follow guidelines** - Fixed tags to comply with "do
not use `-` in tags" guideline:
- `apache-hudi` → `apache hudi`
- `data-lake` → `data lake`
- `incremental-processing` → `incremental processing`
- `apache-spark` → `apache spark`
- (and 100+ other hyphenated tags)
- **Removed redundant tags** - Removed `how-to` and `use-case` tags (now
handled by category field)
- **Standardized source attribution** - Changed source tags to use `source:`
prefix:
- `source:medium` for Medium articles
- `source:linkedin` for LinkedIn articles
- `source:onehouse` for Onehouse blog posts
### Bug Fixes
- Fixed blog author field stacking issue
### Documentation
- Updated README with blog category documentation
- Fixed README example frontmatter to match tag guidelines
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]