This template was made on top of the existing blog-starter template.
This example showcases Next.js's Static Generation feature using Markdown files as the data source.
The blog posts are stored in /_posts
as Markdown files with front matter support. Adding a new Markdown file in there will create a new blog post.
- Responsive Navbar
- Privacy policy and terms of use page
- Static site generation
- SEO friendly including metadata, Open Graph tags with Next SEO.
- Nextsitemap for sitemap generation
- Easy styling customization with Tailwind CSS.
- Node.js
- NPM
- VS Code for editing and writing your articles.
- Imp VS Code plugins:Path Intellisense , Tailwind CSS IntelliSense
- Download / Clone the template:
- Run npm install
npm install
- After installation is done run npm run dev
npm run dev
- Open http://localhost:3000 with your browser to see the result.
If you are using the template it will be great if you create a PR and add your blog to this list in readme file. It will motivate us to create more such projects.
This is an open source project and everyone is welcome to contribute. Feel free to open an issue, if you have any questions or incase you find a bug. Create your versions of this template and help the community, also if you are using our template a little credit will be much appreciated.
Created by Rupali Yadav and Mayur Nalwala from WebExpe with ♥