Features: static site generation, search, tags, client-side routing.
Blog posts are stored in /posts
and styled using @tailwindcss/typography
plugin, which can be further configured in tailwind.config.js.
It's minimally styled, fairly fully featured and based on these other great starters:
https://github.com/timlrx/tailwind-nextjs-starter-blog
https://github.com/vercel/next.js/tree/canary/examples/blog-starter
https://todaysmusings.vercel.app/
git clone https://github.com/aoioioi/nextjs-starter-blog.git my_nextjs_blog
npm i
npm run dev
- Deploy on Vercel