Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.33 KB

File metadata and controls

50 lines (36 loc) · 2.33 KB

A simple generated blog template using using Next.js, MDX, Tailwind CSS and TypeScript

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.

We have added,

  • 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.

Requirements

Quick Start Guide

  1. Download / Clone the template:
  2. Run npm install
npm install
  1. After installation is done run npm run dev
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Demo

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.

Support

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 ♥

support us

Licence

MIT © Web Expe