- Fork this repo
- Clone it
git clone https://github.com/Rahilsiddique/next-blog.git
- Install all the dependencies
npm install
- Run locally
npm run dev
/
--> main page contains all the blog post by authors/authors
--> view all authers/authors/[author-name]
--> auther profile with all posts/[author-name]/[author-blog]
--> particular blog by author/tags
--> view all tags/tags/[tags]
--> all blogs with selected tag/about
--> About page