Gatsby front-end for elysestyled.com, using Ghost as a headless CMS.
This site works by:
- a DigitalOcean droplet runs Ghost as a headless CMS
- posts are written on Ghost CMS
- this repo, for the Gatsby front-end and Ghost theme, based off gatsby-starter-ghost.
- Netlify deploys this repo as a static site with
gatsby build
whenever thedevelop
branch is updated - TODO: Ghost is integrated with Netlify to run whenever there is new content
To edit this theme/front-end, download the repo and run yarn
to install or update. Then start the development server.
gatsby develop
This pulls content from elysestyled.com
with settings in .ghost.json
.