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