tauri/examples/react/gatsby-themed-site
Jacob Bolda 809bcc9690 fix(example): gatsby theme update and breaking change fix (#276)
* update theme deps

* first article titles

* engagements is required

this was an accidental breaking change, we intended to keep this optional, oops!
2020-01-03 14:44:03 +01:00
..
src fix(example): gatsby theme update and breaking change fix (#276) 2020-01-03 14:44:03 +01:00
src-tauri chore(examples) update CSP and tauri-webpack to 0.2.0 (#256) 2019-12-31 20:09:34 +01:00
.babelrc slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
.gitignore slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
gatsby-config.js slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
package.json fix(example): gatsby theme update and breaking change fix (#276) 2020-01-03 14:44:03 +01:00
README.md slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
yarn.lock fix(example): gatsby theme update and breaking change fix (#276) 2020-01-03 14:44:03 +01:00

Gatsby Themed Site

This is a minimal config required gatsby site created using themes. The intention is to smoke test gatsby and provide an assortment of pages to test tauri response.

This does use an API key to Airtable, but we have made it optional. (Although currently gatsby is rather aggressive in compiling things out of node_modules so gatsby-config.js has a hack to rename files so gatsby will ignore them. [insert heavy sigh here])