This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
Check out the documentation below to get started. Facing issues? Checkout of the FAQ page and do a search on past issues. Feel free to open a new issue if none has been posted previously.
npx degit https://github.com/rajnish93/Blog
- Personalize
siteMetadata.json
(site related information) - Personalize
authors/default.md
(main author) - Modify
projectsData.ts
- Modify
headerNavLinks.ts
to customize navigation links - Add blog posts
- Deploy on Vercel
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.