Features β¨
- β‘ SEO Pre-configured (OpenGraph, Meta Tags)
- π Light/Dark theme toggle
- 𧩠Atomic Design structure
- πͺ Dynamic dropdown menu
- π¨ Vanilla CSS (no frameworks)
- π¦ Iconify integration
- π Production-ready configuration
# Clone template npm create astro@latest -- --template SofiDevO/astro-blog-starter # Install dependencies npm install # Start dev server (port 4321) npm run dev # Build for production npm run build