mlabate / nextjs-blog-kickstarter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%