<!-- Thanks for submitting a pull request! Please make sure you've read and understood our contributing guidelines; https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx", where #xxxx is the issue number. Please provide enough information so that others can review your pull request. The first three fields are mandatory: --> **- Summary** <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> Was going through the quick-start and noticed 404 to links **- Test plan** <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. --> Just simple link changes. **- Description for the changelog** <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> e.g Changed (https://netlifycms.org/docs/hello) to (/docs/hello) **- A picture of a cute animal (not mandatory but encouraged)** ![Cute cat](https://i.imgur.com/xkKw5r8.jpg "Logo Title Text 1")
2.9 KiB
title | weight | group |
---|---|---|
Start with a Template | 10 | start |
Netlify CMS can be added to an existing 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.
After clicking one of those buttons, you’ll authenticate with GitHub or GitLab and choose a repository name. Netlify will then automatically create a clone of the repository in your GitHub or GitLab account. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete.
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.
Access Netlify CMS on your new site
-
The template deploy process will send you an invitation to your new site, sent from
no-reply@netlify.com
. -
Click the link to accept the invite, and you’ll be directed to your site, with a prompt to create a password.
-
Enter a password, sign in, and you’ll be directed straight to the CMS. (For future visits, you can go straight to
<yoursiteaddress.com>/admin/
.)
Try adding and editing posts, or changing the content of the Products page. When you save, the changes will be 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.
More paths to explore
- To see how to integrate Netlify CMS into an existing project, go to Add to your site.
- Check out other sites using Netlify CMS (or share your own!) on the Examples page.
- If you’d like to add more CMS editors or change how they log in to your site, read up on Netlify Identity service.