Skip to content

Alstudd/next-blog

 
 

Repository files navigation

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

Routes

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • CSS 3.2%
  • JavaScript 1.1%