Skip to content

A simple starting point to develop a minimal blog with Next.js

License

Notifications You must be signed in to change notification settings

mlabate/nextjs-blog-kickstarter

Repository files navigation

Blog kickstarter

A simple blog starter with Next.js.

Photos by Unsplash. Contents by Wikipedia.

Setup

Clone the repo, navigate to directory, install dependencies and run dev server with yarn (http://localhost:3000)

On terminal run

git clone git@github.com:mlabate/nextjs-blog-kickstarter.git
cd nextjs-blog-kickstarter
yarn install
yarn dev

Project Info

  • Site-level configuration is stored in data/config.json.
  • Global styles live in the Meta component.
  • posts/contains all your markdown blog posts.
  • The blog pages are dynamically generated with a slug parameter. See the template in pages/blog/[slug].js.

About

A simple starting point to develop a minimal blog with Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published