A Nuxt starter template for your next blog or personal site. Built with:
This Starter is heavily inspired by nextjs-mdx-blog.
š View the Live Demo
git clone https://github.com/iamdin/nuxt-shadcn-blog
cd nuxt-shadcn-blog
npm install
npm run dev
Your new site will be up at http://localhost:3000/
Blog posts can be added to the content/posts
directory, in the root folder.