Skip to content

narthkings/gatsby-mrfrontend-blog

 
 

Repository files navigation

Mr Frontend Website - based on 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

Setup

  • git clone git@github.com:mrfrontend-development/gatsby-mrfrontend-blog.git
  • cd gatsby-mrfrontend-blog
  • yarn
  • gatsby develop
  • visit http://localhost:8000

Setup via Gatsby CLI

  • gatsby new gatsby-starter-mrfrontend-blog https://github.com/mrfrontend-development/gatsby-mrfrontend-blog
  • cd gatsby-starter-mrfrontend-blog
  • npm install
  • gatsby develop
  • visit http://localhost:8000

About

Mr Frontend Website - Deployed on Netlify

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • CSS 1.2%