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
siteMetadata.json
(site related information)authors/default.md
(main author)projectsData.ts
headerNavLinks.ts
to customize navigation linksFirst, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.