/bernard-garages

Blog site powered by Gatsby and Ghost

Primary LanguageJavaScriptMIT LicenseMIT

Bernard Garages

The Bernard Garages site uses Gatsby powered by content from Ghost. This site is based off a Gatsby/Ghost starter project.

Developlemnt

After you install Yarn and the Gatsby CLI, install the project dependencies.

yarn

Then, start the development server. This will pull content from headless Ghost and generate a Gatsby site.

gatsby develop

Gatsby populates content from the Ghost install specified in the .ghost.json config file.

Production

# Run a production build, locally
gatsby build

# Serve a production build, locally
gatsby serve

Gatsby develop uses the development config in .ghost.json - while Gatsby build uses the production config.