Personal portfolio website built with Nuxt 3, Nuxt Content, and TailwindCSS.
- 📝 Blog posts written in Markdown
- 🌙 Dark/Light mode toggle
- 📱 Responsive design
- ⚡ Fast static site generation
- 🎨 Modern UI with TailwindCSS
- 🔍 SEO optimized
- Framework: Nuxt 3
- Content: Nuxt Content
- Styling: TailwindCSS
- Icons: Iconify
- Deployment: Static hosting ready
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Generate static site
pnpm generateMIT License - see LICENSE for details.