/colors

I used this project as the example for a "How to" on creating Gatsby sites with a JSON file. Find it here: https://dev.to/ashleemboyer/build-a-multi-page-gatsby-site-from-json-3kp.

Primary LanguageJavaScriptMIT LicenseMIT

  1. Create the JSON file
  2. Set up gatsby-node.js
  3. Create the template file
  4. ...

gatsby new my-json-site cd my-json-site gatsby-develop