thayannevls / gatsby-starter-mdx-basic

A minimal gatsby-mdx starter that only tries to set up config to work in src/pages.

Home Page:https://gatsby-starter-mdx-basic.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Starter MDX Basic

View this starter live on Netlify

This starter build MDX support into the gatsby-default-starter. Its README also applies here.

  1. Create a new Gatsby site using this starter
gatsby new my-site https://github.com/ChristopherBiscardi/gatsby-starter-mdx-basic
  1. Install dependencies
yarn
  1. Run the develop script
yarn develop
  1. Edit Page 2 in src/pages/page-2.mdx

About

A minimal gatsby-mdx starter that only tries to set up config to work in src/pages.

https://gatsby-starter-mdx-basic.netlify.com/

License:MIT License


Languages

Language:CSS 63.5%Language:JavaScript 36.5%