Skip to content

ThePaulMcBride/paulmcbride.net

Repository files navigation

PaulMcBride.net

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

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)

Setup

  • git clone git@github.com:thepaulmcbride/paulmcbride.net.git
  • cd paulmcbride.net
  • yarn
  • gatsby develop
  • visit http://localhost:8000

Setup via Gatsby CLI

  • gatsby new gatsby-starter-blog git@github.com:thepaulmcbride/paulmcbride.net.git
  • cd gatsby-starter-blog
  • yarn
  • gatsby develop
  • visit http://localhost:8000