Personal site migrated from WordPress to Astro 5. Built around Starburst, a custom SCSS design system.
Astro 5 · Svelte 5 · SCSS · TypeScript · Biome · Cloudflare Pages
Custom SCSS token and mixin layer → STARBURST.md
- Blog — categories, pagination, RSS feed, Giscus comments
- Projects — MDX entries, tag filtering, paginated browsing
- Contact — interactive terminal easter egg; live GitHub stats and recent commits via GitHub API
- SEO — Open Graph, Twitter cards, Schema.org JSON-LD, sitemap
- Themes — light/dark with system preference detection, persisted via localStorage
pnpm install
pnpm dev # http://localhost:4321
pnpm build # static output → dist/
pnpm preview # preview build locally
pnpm check # lint + format check
pnpm fix # auto-fix issues