diff --git a/.changeset/mean-turtles-fly.md b/.changeset/mean-turtles-fly.md new file mode 100644 index 000000000..c532ea45f --- /dev/null +++ b/.changeset/mean-turtles-fly.md @@ -0,0 +1,13 @@ +--- +"cara": patch +"emilia": patch +"emma": patch +"graphql-playground": patch +"jodie": patch +"minimal-blog": patch +"specimens": patch +"status-dashboard": patch +"styleguide": patch +--- + +chore: Add gatsby-plugin-gatsby-cloud to starters diff --git a/examples/cara/gatsby-config.js b/examples/cara/gatsby-config.js old mode 100644 new mode 100755 index cee5a97ca..ecc01f0e7 --- a/examples/cara/gatsby-config.js +++ b/examples/cara/gatsby-config.js @@ -48,6 +48,7 @@ module.exports = { }, }, `gatsby-plugin-offline`, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, shouldAnalyseBundle && { resolve: `gatsby-plugin-webpack-bundle-analyser-v2`, diff --git a/examples/cara/package.json b/examples/cara/package.json index d7d20f987..9086a9365 100755 --- a/examples/cara/package.json +++ b/examples/cara/package.json @@ -18,6 +18,7 @@ "dependencies": { "@lekoarts/gatsby-theme-cara": "^1.2.18", "gatsby": "^2.25.3", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-google-analytics": "^2.4.1", "gatsby-plugin-manifest": "^2.5.2", "gatsby-plugin-netlify": "^2.4.0", diff --git a/examples/emilia/content/projects/cara/allef-vinicius-_H0siQHdMM4-unsplash.jpg b/examples/emilia/content/projects/cara/allef-vinicius-_H0siQHdMM4-unsplash.jpg deleted file mode 100644 index 75c99d929..000000000 Binary files a/examples/emilia/content/projects/cara/allef-vinicius-_H0siQHdMM4-unsplash.jpg and /dev/null differ diff --git a/examples/emilia/content/projects/cara/hian-oliveira-n_L_ppO4QtY-unsplash.jpg b/examples/emilia/content/projects/cara/hian-oliveira-n_L_ppO4QtY-unsplash.jpg deleted file mode 100644 index 31f7a8182..000000000 Binary files a/examples/emilia/content/projects/cara/hian-oliveira-n_L_ppO4QtY-unsplash.jpg and /dev/null differ diff --git a/examples/emilia/content/projects/cara/index.mdx b/examples/emilia/content/projects/cara/index.mdx deleted file mode 100644 index 1a604ce00..000000000 --- a/examples/emilia/content/projects/cara/index.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -cover: "./hian-oliveira-n_L_ppO4QtY-unsplash.jpg" -date: "2019-09-02" -title: "Cara" -areas: - - Free ---- diff --git a/examples/emilia/content/projects/emma/grant-ritchie-wDOeiVmERPI-unsplash.jpg b/examples/emilia/content/projects/emma/grant-ritchie-wDOeiVmERPI-unsplash.jpg deleted file mode 100644 index 7e6522e4e..000000000 Binary files a/examples/emilia/content/projects/emma/grant-ritchie-wDOeiVmERPI-unsplash.jpg and /dev/null differ diff --git a/examples/emilia/content/projects/emma/index.mdx b/examples/emilia/content/projects/emma/index.mdx deleted file mode 100644 index 452f3f115..000000000 --- a/examples/emilia/content/projects/emma/index.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -cover: "./tim-gouw-C-lAD9Xizbg-unsplash.jpg" -date: "2019-09-03" -title: "Emma" -areas: - - Nature - - Mountains ---- diff --git a/examples/emilia/content/projects/emma/tim-gouw-C-lAD9Xizbg-unsplash.jpg b/examples/emilia/content/projects/emma/tim-gouw-C-lAD9Xizbg-unsplash.jpg deleted file mode 100644 index 3af235cda..000000000 Binary files a/examples/emilia/content/projects/emma/tim-gouw-C-lAD9Xizbg-unsplash.jpg and /dev/null differ diff --git a/examples/emilia/content/projects/gatsby-themes/index.mdx b/examples/emilia/content/projects/gatsby-themes/index.mdx deleted file mode 100644 index b76f6a5ca..000000000 --- a/examples/emilia/content/projects/gatsby-themes/index.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -cover: "./toms-rits-DrXlNk2FEsI-unsplash.jpg" -date: "2019-09-04" -title: "Gatsby Themes" -areas: - - Friendship - - Together ---- diff --git a/examples/emilia/content/projects/gatsby-themes/simon-maage-tXiMrX3Gc-g-unsplash.jpg b/examples/emilia/content/projects/gatsby-themes/simon-maage-tXiMrX3Gc-g-unsplash.jpg deleted file mode 100644 index d72c307ba..000000000 Binary files a/examples/emilia/content/projects/gatsby-themes/simon-maage-tXiMrX3Gc-g-unsplash.jpg and /dev/null differ diff --git a/examples/emilia/content/projects/gatsby-themes/toms-rits-DrXlNk2FEsI-unsplash.jpg b/examples/emilia/content/projects/gatsby-themes/toms-rits-DrXlNk2FEsI-unsplash.jpg deleted file mode 100644 index 5315c533d..000000000 Binary files a/examples/emilia/content/projects/gatsby-themes/toms-rits-DrXlNk2FEsI-unsplash.jpg and /dev/null differ diff --git a/examples/emilia/gatsby-config.js b/examples/emilia/gatsby-config.js old mode 100644 new mode 100755 index 94baab9e7..8d3fe4d44 --- a/examples/emilia/gatsby-config.js +++ b/examples/emilia/gatsby-config.js @@ -46,6 +46,7 @@ module.exports = { }, }, `gatsby-plugin-offline`, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, shouldAnalyseBundle && { resolve: `gatsby-plugin-webpack-bundle-analyser-v2`, diff --git a/examples/emilia/package.json b/examples/emilia/package.json index 4e5b91407..1badcd13d 100755 --- a/examples/emilia/package.json +++ b/examples/emilia/package.json @@ -18,6 +18,7 @@ "dependencies": { "@lekoarts/gatsby-theme-emilia": "^1.3.19", "gatsby": "^2.25.3", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-google-analytics": "^2.4.1", "gatsby-plugin-manifest": "^2.5.2", "gatsby-plugin-netlify": "^2.4.0", diff --git a/examples/emma/gatsby-config.js b/examples/emma/gatsby-config.js old mode 100644 new mode 100755 index 2c04533c7..6a6514c71 --- a/examples/emma/gatsby-config.js +++ b/examples/emma/gatsby-config.js @@ -46,6 +46,7 @@ module.exports = { }, }, `gatsby-plugin-offline`, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, shouldAnalyseBundle && { resolve: `gatsby-plugin-webpack-bundle-analyser-v2`, diff --git a/examples/emma/package.json b/examples/emma/package.json index 5fca980a2..5dbc903f6 100755 --- a/examples/emma/package.json +++ b/examples/emma/package.json @@ -18,6 +18,7 @@ "dependencies": { "@lekoarts/gatsby-theme-emma": "^1.4.19", "gatsby": "^2.25.3", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-google-analytics": "^2.4.1", "gatsby-plugin-manifest": "^2.5.2", "gatsby-plugin-netlify": "^2.4.0", diff --git a/examples/graphql-playground/gatsby-config.js b/examples/graphql-playground/gatsby-config.js old mode 100644 new mode 100755 index 156a73d70..725960893 --- a/examples/graphql-playground/gatsby-config.js +++ b/examples/graphql-playground/gatsby-config.js @@ -11,6 +11,7 @@ module.exports = { // See the theme's README for all available options options: {}, }, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, shouldAnalyseBundle && { resolve: `gatsby-plugin-webpack-bundle-analyser-v2`, diff --git a/examples/graphql-playground/package.json b/examples/graphql-playground/package.json index 757549af1..d4c3a5bd6 100755 --- a/examples/graphql-playground/package.json +++ b/examples/graphql-playground/package.json @@ -18,6 +18,7 @@ "dependencies": { "@lekoarts/gatsby-theme-graphql-playground": "^1.1.19", "gatsby": "^2.25.3", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-netlify": "^2.4.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.13", "react": "^16.13.1", diff --git a/examples/jodie/gatsby-config.js b/examples/jodie/gatsby-config.js index 2844db490..393d6c767 100755 --- a/examples/jodie/gatsby-config.js +++ b/examples/jodie/gatsby-config.js @@ -56,6 +56,7 @@ module.exports = { }, }, `gatsby-plugin-offline`, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, ], } diff --git a/examples/jodie/package.json b/examples/jodie/package.json index 5730e26ca..2be69666e 100755 --- a/examples/jodie/package.json +++ b/examples/jodie/package.json @@ -18,6 +18,7 @@ "dependencies": { "@lekoarts/gatsby-theme-jodie": "^1.0.3", "gatsby": "^2.25.3", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-google-analytics": "^2.4.1", "gatsby-plugin-manifest": "^2.5.2", "gatsby-plugin-netlify": "^2.4.0", diff --git a/examples/minimal-blog/gatsby-config.js b/examples/minimal-blog/gatsby-config.js old mode 100644 new mode 100755 index d90abe5b5..6a4228521 --- a/examples/minimal-blog/gatsby-config.js +++ b/examples/minimal-blog/gatsby-config.js @@ -67,6 +67,7 @@ module.exports = { }, }, `gatsby-plugin-offline`, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, shouldAnalyseBundle && { resolve: `gatsby-plugin-webpack-bundle-analyser-v2`, diff --git a/examples/minimal-blog/package.json b/examples/minimal-blog/package.json index 9767093e4..5a948b03a 100755 --- a/examples/minimal-blog/package.json +++ b/examples/minimal-blog/package.json @@ -18,6 +18,7 @@ "dependencies": { "@lekoarts/gatsby-theme-minimal-blog": "^2.7.3", "gatsby": "^2.25.3", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-google-analytics": "^2.4.1", "gatsby-plugin-manifest": "^2.5.2", "gatsby-plugin-netlify": "^2.4.0", diff --git a/examples/specimens/gatsby-config.js b/examples/specimens/gatsby-config.js old mode 100644 new mode 100755 index 154ca3c62..302c05a3e --- a/examples/specimens/gatsby-config.js +++ b/examples/specimens/gatsby-config.js @@ -61,6 +61,7 @@ module.exports = { }, }, `gatsby-plugin-offline`, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, shouldAnalyseBundle && { resolve: `gatsby-plugin-webpack-bundle-analyser-v2`, diff --git a/examples/specimens/package.json b/examples/specimens/package.json index 7fb4db7d5..69710d200 100755 --- a/examples/specimens/package.json +++ b/examples/specimens/package.json @@ -23,6 +23,7 @@ "gatsby": "^2.25.3", "gatsby-plugin-catch-links": "^2.3.15", "gatsby-plugin-emotion": "^4.3.15", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-manifest": "^2.5.2", "gatsby-plugin-mdx": "^1.3.1", "gatsby-plugin-netlify": "^2.4.0", diff --git a/examples/status-dashboard/gatsby-config.js b/examples/status-dashboard/gatsby-config.js old mode 100644 new mode 100755 index a0e7b61a6..9bad3c7f9 --- a/examples/status-dashboard/gatsby-config.js +++ b/examples/status-dashboard/gatsby-config.js @@ -29,6 +29,7 @@ module.exports = { }, }, `gatsby-plugin-offline`, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, shouldAnalyseBundle && { resolve: `gatsby-plugin-webpack-bundle-analyser-v2`, diff --git a/examples/status-dashboard/package.json b/examples/status-dashboard/package.json index af33171f6..1a7d1c75b 100755 --- a/examples/status-dashboard/package.json +++ b/examples/status-dashboard/package.json @@ -20,6 +20,7 @@ "@lekoarts/gatsby-theme-status-dashboard": "^1.1.14", "gatsby": "^2.25.3", "gatsby-plugin-emotion": "^4.3.15", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-manifest": "^2.5.2", "gatsby-plugin-netlify": "^2.4.0", "gatsby-plugin-offline": "^3.3.3", diff --git a/examples/styleguide/gatsby-config.js b/examples/styleguide/gatsby-config.js old mode 100644 new mode 100755 index fa196a568..15bb05f5e --- a/examples/styleguide/gatsby-config.js +++ b/examples/styleguide/gatsby-config.js @@ -24,6 +24,7 @@ module.exports = { basePath: `/`, }, }, + `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-netlify`, shouldAnalyseBundle && { resolve: `gatsby-plugin-webpack-bundle-analyser-v2`, diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 86e7e8e03..8845ad21b 100755 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -18,6 +18,7 @@ "dependencies": { "@lekoarts/gatsby-theme-styleguide": "^1.1.18", "gatsby": "^2.25.3", + "gatsby-plugin-gatsby-cloud": "^1.0.1", "gatsby-plugin-netlify": "^2.4.0", "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-theme-ui": "^0.3.3", diff --git a/yarn.lock b/yarn.lock index 9d41dfc1c..03fca58a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8719,6 +8719,17 @@ gatsby-plugin-feed@^2.12.0: lodash.merge "^4.6.2" rss "^1.2.2" +gatsby-plugin-gatsby-cloud@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-1.0.1.tgz#f5ded9ef8a7f481de10cca51643b24b4e9e109c9" + integrity sha512-sSRv2AhpsQhhRhlOjcFGG1JalJ5ZIX3/q0lDpv9zjeY/B+/AyCjqKjtnlq1idgafp4/IL8MLmKMMqdjICXKdXQ== + dependencies: + "@babel/runtime" "^7.12.5" + fs-extra "^8.1.0" + kebab-hash "^0.1.2" + lodash "^4.17.20" + webpack-assets-manifest "^3.1.1" + gatsby-plugin-google-analytics@^2.4.1: version "2.10.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.10.0.tgz#e3a557779232fd919688b646e6ebd997c0575291"