Posts tagged: blogging
Static Blog vs WordPress — A Real-World Comparison
My blog runs on a Babashka static site generator deployed to GitHub Pages. Here's how it compares to WordPress across cost, performance, maintenance, and workflow.
5.2 MB to 169 KB — Performance Auditing a Static Blog
My blog's homepage was 5.2 MB. The fix was a 5-line template change. Here's the audit, the fix, and the general lesson about static site performance.
Debugging a Missing Blog Post — Quickblog Cache & YAML Frontmatter
How a missing blog post revealed a silent cache bug and a YAML format incompatibility that crashes quickblog's tag generation.