/nextjs-blog

A simple blog built with NextJS

Primary LanguageJavaScriptMIT LicenseMIT

NextJS Blog

This is a simple blog built with NextJS to show its features

Demo

https://nextjs-blog-g2nx.vercel.app/

Screenshot

screenshot

Run App Locally

  • clone repo
  • cd into repo
  • run npm install
  • run npm run dev

Features

  • Use markdown files to create blog posts
  • Parse markdown files using gray-matter and remark
  • Display blog posts on home page and on their own page
  • Sort blog posts by date
  • Style blog posts using TailwindCSS and Sass

Technologies used in this project

Create a new NextJS App

  • npx create-next-app APP-NAME

Create a new NextJS App with TypeScript and ESLint

  • npx create-next-app APP-NAME --typescript --eslint

License