Skip to content

khairiah/gatsby-mdx-blog-starter-project

Repository files navigation

Gatsby.js MDX Blog Starter Project

A starter project in Gatsby.js with MDX.

Features

  • MDX: JavaScript/React in Markdown
    • see /content/blog/mdx-example
  • Prism.js: Syntax Highlighting
  • Pagination
  • Categories
  • External Dependencies (e.g. YouTube Player in MDX)
  • 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

Gatsby MDX Blog Starter Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • HTML 26.4%