Personal website and blog built with Astro.
- Astro
- React (for interactive components)
- Tailwind CSS
- MDX (for blog posts) - Why MDX?
# Install dependencies
npm install
# Start development server
npx astro dev
# Build for production
npx astro build
# Preview production build
npx astro preview
/src/content/blog/
- Blog posts in MDX format/src/pages/
- Main site pages/src/components/
- Reusable components/src/layouts/
- Page layouts/src/styles/
- Global styles and fonts
MIT