Why Astro for this Blog

Astro ships zero JS by default. That’s rare and worth celebrating.

// This code block will be syntax-highlighted by Shiki
export default function hello() {
  return "world";
}

Content collections, typed frontmatter, view transitions, Pagefind search — all wired without a framework runtime on the page.


Tags: astro web ← All posts RSS