You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Start the development server. You now have a Gatsby site pulling content from headless Ghost.
gatsby develop
Deploying to Github Pages
npm run deploy
Optimising
You can disable the default Ghost Handlebars Theme front-end by enabling theMake this site private flag within your Ghost settings. This enables password protection in front of the Ghost install and sets<meta name="robots" content="noindex" /> so your Gatsby front-end becomes the source of truth for SEO.
Extra options
# Run a production build, locallygatsby build# Serve a production build, locallygatsby serve