Astro

Astro Blog

Static MDX blog with 100/100 Lighthouse.

An Astro-powered blog with MDX, syntax highlighting, RSS, and a dark mode toggle. Static output — deploys as pure files behind our edge CDN.

Setup

  1. Click Deploy to Buildfyio.
  2. Astro is auto-detected as a static build.
  3. Output goes to the edge CDN — global cache in under a minute.
  4. Add posts by pushing new .mdx files; the next commit triggers a rebuild.

Related