Netlify deploy button open in new tab

This commit is contained in:
Mario Lopez 2018-02-20 20:41:53 -05:00
parent 6231ec81ee
commit 47923064d7

View File

@ -69,7 +69,7 @@ Install this starter (assuming Gatsby is installed) by running from your CLI:
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>
<a href="https://app.netlify.com/start/deploy?repository=https://github.com/mariolopjr/gatsby-starter-lumen" target="_blank"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"></a>
After clicking that button, youll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, youll need to set up Netlifys Identity service to authorize users to log in to the CMS.