Nextjs Blog

local setup

  1. Fork this repo
  2. Clone it git clone https://github.com/Rahilsiddique/next-blog.git
  3. Install all the dependencies npm install
  4. Run locally npm run dev

Project Structure

  1. www.url.com --> main page contain all blog post by different authors
  2. www.url.com/authors --> view all authers
  3. www.url.com/authors/[author-name] --> auther profile with all posts
  4. www.url.com/authors/[author-name]/[author-blog] --> particular blog by author
  5. www.url.com/tags --> view all tags
  6. www.url.com/tags/[tags] --> all blogs with selected tag
  7. www.url.com/about --> About page