docs: redesign blog with cards and featured posts, replace dividers with gradient fades#641
Merged
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>
- Card area sits on a band that fades from the page color into the gray and back at both ends (replaces the stepped divider) - Cards are taller (15rem min) with 4-line description clamp and more band padding - Blog post page blends from the menu bar surface into the page background and back into the footer surface; footer added - Feature the new State of Generative UI report alongside the JSON origin story (both render as full-width cards) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Remove GradientDivider usage from home, projects, and OpenClaw OS - Each gray content band now fades in from the page surface and back out at the bottom via linear-gradient on the section background - Drop contentShell's opaque background so the section gradient shows - Increase band padding on home/OpenClaw (8rem) and projects (5rem) - Give the footer's handcrafted section the same surface color as the footer block below it so the footer reads as one piece Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
zahlekhan
approved these changes
Jun 11, 2026
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.
Blog index redesign
featured: truefrontmatter flag: featured posts sort first and span the full grid width with a purple FEATURED chip. Both the State of Generative UI report and the JSON origin story are featuredBlog post page
Footer
Site-wide: stepped dividers replaced with gradient fades
Verification
Checked in the local preview in both light and dark modes on all four pages: gradient endpoints measured to match the page surfaces exactly, no console errors introduced, and the new State of Generative UI post renders correctly in the new grid.
🤖 Generated with Claude Code