First Post
March 17, 2026
After a few months of procrastinating, I finally got around to switching my blog system from my old custom markdown-based CMS to MDX! It took a while, but I was inspired by the interactivity in Guillermo Rauch's blog and it was definitely worth it.
Here are some of the cool things I can do now:
Page Views2.5k+15% from last month
Response Time45ms-10% from last month
Wow: I can use callouts to emphasize key takeaways in any post!
export default function Welcome() {
console.log("Welcome to my new MDX blog!");
}