Nextjs Blog local setup 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 Project Structure www.url.com --> main page contain all blog post by different authors www.url.com/authors --> view all authers www.url.com/authors/[author-name] --> auther profile with all posts www.url.com/authors/[author-name]/[author-blog] --> particular blog by author www.url.com/tags --> view all tags www.url.com/tags/[tags] --> all blogs with selected tag www.url.com/about --> About page