- 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
www.url.com
--> main page contain all blog post by different authorswww.url.com/authors
--> view all autherswww.url.com/authors/[author-name]
--> auther profile with all postswww.url.com/authors/[author-name]/[author-blog]
--> particular blog by authorwww.url.com/tags
--> view all tagswww.url.com/tags/[tags]
--> all blogs with selected tagwww.url.com/about
--> About page