From 6231ec81ee1ea3a83a83bf5c85928c8cebf9b5f8 Mon Sep 17 00:00:00 2001 From: Mario Lopez Date: Tue, 20 Feb 2018 20:39:48 -0500 Subject: [PATCH] Tweaked Netlify text, added Netlify config --- README.md | 2 +- netlify.toml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 netlify.toml diff --git a/README.md b/README.md index e4be56a..de86894 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Install this starter (assuming Gatsby is installed) by running from your CLI: #### Deploy with Netlify -Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. The example here is the Kaldi coffee company template (adapted from [Gatsby + Netlify CMS Starter](https://github.com/AustinGreen/gatsby-starter-netlify-cms)). Use the button below to build and deploy your own copy of the repository: +Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the button below to build and deploy your own copy of the repository: Deploy to Netlify diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..45f64bb --- /dev/null +++ b/netlify.toml @@ -0,0 +1,7 @@ +[build] + publish = "public" + command = "npm run build" +[build.environment] + YARN_VERSION = "1.3.2" + YARN_FLAGS = "--no-ignore-optional" +