feat(blog): Add DigestEntry component and migrate digest series to MDX#89
Merged
feat(blog): Add DigestEntry component and migrate digest series to MDX#89
Conversation
- Create DigestEntry component for structured article entries with title, href, category, and MDX content support - Migrate all 22 digest files (001-022) from Hugo shortcode format to DigestEntry component format - Add Image component alias to MDXComponents for markdown image support - Create reading-digest-zh.mdx series page - Extract source URLs and categories from original Hugo files The DigestEntry component provides a card-style layout for curated article entries with external link indicators and category badges. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
DigestEntrycomponent for structured article entries with title, href, category, and MDX content supportImagecomponent alias to MDXComponents for markdown image supportChanges
New Component:
DigestEntryA card-style component for curated article entries with:
Digest File Migration
All 22 digest files converted from:
{{< digest-item "source"="URL" "description"="CATEGORY" >}} ### Article Title {{< /digest-item >}} Content here...To:
MDX Components
Added
Imagecomponent alias that wrapsFigure/FigureImagefor compatibility with common MDX image patterns.Test plan
/periodics/digest-XXX🤖 Generated with Claude Code