Conversation
Every post ended with a bare avatar image, and most also carried a hand-written "Written by [@kixelated](...)" line that had drifted -- some pointed at GitHub, some at a mailto for an address that isn't the one I hand out. Replace both with a single <Author /> component so there's one place to change. The component renders the avatar plus icon links for email, X, Bluesky, LinkedIn, and Discord. Icons live in public/social/ as single-path SVGs filled with the same green as public/layout/, so hand-drawn versions can replace them one file at a time. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (30)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughAdds a reusable Priority: ➖ Normal Merge Risk: ⚪ Minimal · up to This change centralizes author sign-offs and social links across blog and site pages without changing post content or page metadata. The migration is ready to merge with no identified current production risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Every post ended with a bare
, and most also carried a hand-writtenWritten by [@kixelated](...)line that had drifted — some pointed at GitHub, some atmailto:meself@kixel.me. Both are replaced by a single<Author />component, so there's one place to change.What changed
src/components/author.astro— avatar,@kixelated, and icon links for email, X, Bluesky, LinkedIn, and Discord. Uses the samehover:-rotate-6wiggle as the nav icons.public/social/{email,x,bluesky,linkedin,discord}.svg— placeholder icons. 24×24, single path, filled#01BB2Dto match the hand-drawn set inpublic/layout/. Hand-drawn replacements can drop in one file at a time.<Author />across all 26 blog posts plusindex.mdx,issues.mdx, andsource.mdx.Note for review
The
Written by [@kixelated](...)lines are gone — the component carries those links now. Easy to put back if you'd rather keep the prose sign-off.just checkand a fullbun run buildpass.🤖 Generated with Claude Code