Skip to content

Commit bc0001b

Browse files
authored
Update start-with-a-template.md (#890)
1 parent 33ff660 commit bc0001b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/site/content/docs/start-with-a-template.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ position: 10
77

88
Netlify CMS can be [added to an existing site](https://www.netlifycms.org/docs/add-to-your-site), but the quickest way to get started is with a template. Our featured templates below deploy to Netlify, giving you a fully working CMS-enabled site with just a few clicks.
99

10-
<div style="display: flex; justify-content: space-around; text-align: center;">
10+
<div style="display: flex; justify-content: space-around; text-align: center; margin-bottom: 1.5em;">
1111
<div>
12-
<h4 id="hugo-site-starter">Hugo Site Starter</h4>
12+
<h4>Hugo Site Starter</h4>
1313
<p><a href="https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/one-click-hugo-cms&amp;stack=cms"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" /></a></p>
1414
</div>
15+
<div>
16+
<h4>Gatsby Site Starter</h4>
17+
<p><a href="https://app.netlify.com/start/deploy?repository=https://github.com/benaiah/gatsby-starter-netlify-cms&amp;stack=cms"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" /></a></p>
18+
</div>
1519
</div>
1620

1721
After clicking one of those buttons, you’ll 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.

0 commit comments

Comments
 (0)