docs: redesign blog index page#635
Closed
pd-builds wants to merge 3 commits into
Closed
Conversation
- Render blog posts as cards with rounded borders and hover states - Show the author name on each card alongside the date - Page background is white in light mode and #171717 in dark mode - Add the shared site Footer to the blog index Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Restyle blog cards to match the project card design (openui border, radius, shadow, and surface variables, so they theme automatically) - Lay cards out in a 2-column grid with equal row heights - Add optional 'featured' boolean to the blog frontmatter schema; featured posts sort first and span the full grid width with a Featured chip - Mark the OpenUI origin story post as featured Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The footer's HandcraftedMascot already shipped a dark variant (the same white-body art as the header logo) but isDark was hardcoded to false, so dark mode rendered the light outline mascot invisibly against the dark background. Resolve the theme via next-themes after mount so the server and first client render stay consistent. Co-Authored-By: Claude Fable 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.
What changed
Screenshots
Verified locally in both themes: light mode shows white cards on a white page, dark mode shows translucent cards on the #171717 background. Footer and navbar adapt through the existing openui theme variables.
🤖 Generated with Claude Code