This is a custom Next.js blog project. Easily add posts in content/posts/ using MDX.
- Install dependencies:
npm install
- Start the dev server:
npm run dev
- Visit http://localhost:3000 to view your blog.
- MDX-based posts
- Customizable navigation
- Responsive design
Add or edit blog posts in content/posts/. Update navigation in src/config/navLinks.tsx.
Deploy easily on Vercel or your preferred platform.



