You can add Netlify CMS to an existing site, but the quickest way to get started is with a template. Found below, our featured templates deploy a bare-bones site and Netlify CMS to Netlify (what’s the difference, you ask?), giving you a fully working CMS-enabled site with just a few clicks.
<div style=”display: flex; justify-content: left; text-align: center; margin-bottom: 1.5em; flex-wrap: wrap;”stack=cms>
<div style="flex-basis: 33%">
<div style="padding: 0 15%; height: 100px; display: flex; justify-content: center;">
</div>
<h4>Hugo Site Starter</h4>
<p>
</p>
</div>
<div style="flex-basis: 33%">
<div style="padding: 0 30%; height: 100px; display: flex; justify-content: center;">
</div>
<h4>Gatsby Site Starter</h4>
<p>
</p>
</div>
<div style="flex-basis: 33%">
<div style="padding: 0 30%; height: 100px; display: flex; justify-content: center;">
</div>
<h4>Middleman Site Starter</h4>
<p>
</p>
</div>
<div style="flex-basis: 33%">
<div style="padding: 0 30%; height: 100px; display: flex; justify-content: center;">
</div>
<h4>Preact CLI</h4>
<p>
</p>
</div>
<div style="flex-basis: 33%">
<div style="padding: 0 30%; height: 100px; display: flex; justify-content: center;">
</div>
<h4>Next.js Blog Template</h4>
<p>
</p>
</div>
<div style="flex-basis: 33%">
<div style="padding: 0 30%; height: 100px; display: flex; justify-content: center;">
</div>
<h4>Eleventy Starter</h4>
<p>
</p>
</div>
<div style="flex-basis: 33%">
<div style="padding: 0 30%; height: 100px; display: flex; justify-content: center;">
</div>
<h4>Nuxt.js Boilerplate</h4>
<p>
</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.
Note for Bitbucket users: Netlify CMS supports Bitbucket repositories, but Bitbucket’s permissions won’t work with the Deploy to Netlify buttons above. You can still set up a repository manually, or follow the tutorial for adding Netlify CMS to an existing site.
no-reply@netlify.com
.
<yoursiteaddress.com>/admin/
.)Try adding and editing posts, or changing the content of the Products page. When you save, the changes are pushed immediately to your Git repository, triggering a build on Netlify, and updating the content on your site. Check out the configuration code by visiting your site repo.