eggheadio / gatsby-starter-egghead-blog

This is an example Gatsby blog site that we use as a reference at egghead.
https://egghead-gatsby-starter.netlify.com/
MIT License
517 stars 82 forks source link
gatsby mdx react

egghead.io creator MDX Blog Starter Project

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

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

A starter project in Gatsby.js with MDX.

Deploy to Netlify

Features

➞ Demo

Setup

Setup via Gatsby CLI

Set up Redirects

This starter supports a redirects property on posts so that you can define alias urls for blog posts. This won't work out of the box. We use the createRedirect Gatsby actions (docs) which requires an additional plugin to be added to your site, given what provider you deploy your site to. Two popular ones are gatsby-plugin-netlify or gatsby-plugin-s3.