Tag
Tag:Astro
All the articles with the tag "Astro".
Feb 15, 2026 · 6 min readastro
Redesigning my blog, part 3: from stock theme to terminal blueprint
The big visual overhaul. New fonts, new colors, terminal hero, data pipeline cards, two-rail layout, and all the bugs that came with it.
Continue reading →Feb 14, 2026 · 5 min readastro
Redesigning my blog, part 2: the blogroll
I built a terminal-styled blogroll with ASCII art, pulsing RSS indicators, and OPML export. Blogrolls are back.
Continue reading →Feb 13, 2026 · 4 min readastro
Redesigning my blog, part 1: the audit
Before changing anything visual, I spent time auditing my AstroPaper blog for security, SEO, accessibility, and performance issues. Here's what I found.
Continue reading →Feb 12, 2026 · 4 min readastro
Why I Left Zola's Simplicity for Astro's Power
I moved from Hugo to Zola for simplicity. Then I moved to Astro for flexibility. Here's why I traded a Rust binary for a Node_modules folder.
Continue reading →Feb 09, 2026 · 4 min readastro
Over-Engineering a Clap Button, Again
The clap button worked, but KV had a race condition. I migrated the backend to Cloudflare D1 for atomic writes and hashed IPs.
Continue reading →Feb 08, 2026 · 8 min readastro
Auto-Publishing Scheduled Posts with GitHub Actions
My Astro blog already supports scheduled posts, but I still had to push to master to actually publish them. Here's how I fixed that with a cron job and a tiny Node script.
Continue reading →Feb 04, 2026 · 4 min readastro
Bringing Interactivity to a Static Blog: The Clap Button
Static sites are fast but lonely. I added a Medium-style Clap button using Astro, Preact, and Cloudflare Workers to fix that.
Continue reading →Jan 25, 2026 · 3 min readAstro
Adding a Links Section to My Blog
I built a links section to share interesting things I find around the web, with my own commentary.
Continue reading →