meta Posts
A collection of my posts on meta
. Whether I'm
trying to build something new or figure out how to break it,
these notes, fixes, and deep dives document my process. I hope
you find them useful.
-
-
My Custom Code Block Setup in Astro
My notes on extending Astro's code blocks. I wrote a Shiki transformer to read metadata from the code fence and a rehype plugin to add the UI.
-
Why Fonts Look Crispier on iOS
I was annoyed that my site's font looked different on my iPhone and Mac. The fix was one simple Tailwind class antialiased. Here's why it works.
-