Update Docs: Intro “start-with-a-template” (#6327)

This commit is contained in:
Werner Glinka
2022-03-30 11:27:07 -05:00
committed by GitHub
parent ad82a0f0bc
commit d5e32f41f6
2 changed files with 14 additions and 0 deletions

View File

@ -55,6 +55,13 @@ You can add Netlify CMS [to an existing site](/docs/add-to-your-site/), but the
<h4>Nuxt.js Boilerplate</h4>
<p><a href="https://app.netlify.com/start/deploy?repository=https://github.com/Knogobert/ntn-boilerplate&amp;stack=cms"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" /></a></p>
</div>
<div style="flex-basis: 33%">
<div style="padding: 0 30%; height: 100px; display: flex; justify-content: center;">
<img style="display: flex" src="/img/metalsmith.svg"/>
</div>
<h4>Metalsmith Starter</h4>
<p><a href="https://app.netlify.com/start/deploy?repository=https://github.com/wernerglinka/metalsmith-netlify-starter"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" /></a></p>
</div>
</div>
After clicking one of those buttons, authenticate with GitHub or GitLab and choose a repository name. Netlify then automatically creates a clone of the repository in your GitHub or GitLab account. Next, it builds and deploys the new site on Netlify, bringing you to the site dashboard after completing the build.