brydzu / joelhooks-com

playing with static pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby.js MDX Blog Starter Project

A starter project in Gatsby.js with MDX.

Features

  • MDX: JavaScript/React in Markdown
    • see /mdx-example blog post
  • Prism.js: Syntax Highlighting
  • Pagination
  • Categories
  • Styled Components

Setup

  • git clone git@github.com:rwieruch/gatsby-mdx-blog-starter-project.git
  • cd gatsby-mdx-blog-starter-project
  • npm install
  • gatsby develop
  • visit http://localhost:8000

Setup via Gatsby CLI

  • gatsby new gatsby-mdx-blog-starter-project git@github.com:rwieruch/gatsby-mdx-blog-starter-project.git
  • cd gatsby-mdx-blog-starter-project
  • npm install
  • gatsby develop
  • visit http://localhost:8000

About

playing with static pages

License:MIT License


Languages

Language:HTML 93.2%Language:JavaScript 6.7%Language:CSS 0.1%