Back to blog

Hello, World

A first MDX post for mattchiou.dev.

  • astro
  • mdx

This post proves that the blog can render MDX content from Astro content collections.

Why Astro

Astro keeps this site static by default, which is a good fit for a personal blog hosted on Vercel.

MDX works here

MDX lets posts use Markdown for prose while leaving room for components later.