gatsby-starter-egghead-blog
gatsby-starter-egghead-blog copied to clipboard
This is an example Gatsby blog site that we use as a reference at egghead.
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.
Features
- MDX: JavaScript/React in Markdown
- Prism.js: Syntax Highlighting
- Pagination
- Emotion
- Typography.js
- Self-hosted fonts (Inter UI)
- Social media share buttons
- Site & Theme config files
- ConvertKit subscribe form (Formik and Yup)
- Placeholder illustrations by Katerina Limpitsouni from undraw.co
➞ Demo
Setup
git clone [email protected]:eggheadio/gatsby-starter-egghead-blog.gitcd gatsby-starter-egghead-blogyarngatsby develop- visit http://localhost:8000
Setup via Gatsby CLI
gatsby new gatsby-starter-egghead-blog [email protected]:eggheadio/gatsby-starter-egghead-blog.gitcd gatsby-starter-egghead-blogyarngatsby develop- visit http://localhost:8000