gatsby-starter-ghost-blog

Gatsby starter for creating a blog powered by Ghost

Install this starter (assuming Gatsby is installed) by running from your CLI:

gatsby new gatsby-blog https://github.com/daviddarnes/gatsby-starter-ghost-blog

Running in development

  1. Create a .env.development file with Ghost blog url and API key
  2. run yarn run develop

Production

  1. Create a .env.production file with Ghost blog url and API key
  2. run yarn run serve

GitHub