Tweaked Netlify text, added Netlify config

This commit is contained in:
Mario Lopez 2018-02-20 20:39:48 -05:00
parent 5d9f4e8eca
commit 6231ec81ee
2 changed files with 8 additions and 1 deletions

View File

@ -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:
<a href="https://app.netlify.com/start/deploy?repository=https://github.com/mariolopjr/gatsby-starter-lumen"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"></a>

7
netlify.toml Normal file
View File

@ -0,0 +1,7 @@
[build]
publish = "public"
command = "npm run build"
[build.environment]
YARN_VERSION = "1.3.2"
YARN_FLAGS = "--no-ignore-optional"