Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

pmrcunha/gatsby-starter-egghead-blog

 
 

Repository files navigation

egghead.io creator MDX Blog Starter Project

This is based on Robin Wieruch's https://github.com/rwieruch/gatsby-mdx-blog-starter-project

Lot's of nice pieces are also borrowed from Jason Lengstorf https://github.com/jlengstorf/lengstorf.com

A starter project in Gatsby.js with MDX.

Features

  • MDX: JavaScript/React in Markdown
  • Prism.js: Syntax Highlighting
  • Pagination
  • Emotion

Setup

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

Setup via Gatsby CLI

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 2.2%