You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -60,21 +60,21 @@ Hugo [Aliases](https://gohugo.io/content-management/urls/#aliases) are usually h
60
60
61
61
## Netlify CMS
62
62
63
-
Atlas provides a copy of [NetlifyCMS](https://www.netlifycms.org/) which is a fantastic CMS for JAMstack sites where everything is managed by GIT.
63
+
Atlas provides a copy of [Netlify CMS](https://www.netlifycms.org/) which is a fantastic CMS for JAMstack sites where everything is managed by GIT.
64
64
65
-
You will need to configure NetlifyCMS to point to your own repo. You can do this within `/static/admin/config.yml` by updating `backend: repo:` with your repository information. Here's an example:
65
+
You will need to configure Netlify CMS to point to your own repo. You can do this within `/static/admin/config.yml` by updating `backend: repo:` with your repository information. Here's an example:
66
66
67
67
```
68
68
backend:
69
69
name: github
70
70
repo: indigotree/atlas
71
71
```
72
72
73
-
Checkout the [quick start](https://www.netlifycms.org/docs/quick-start/) section on the NetlifyCMS docs for more information.
73
+
Checkout the [quick start](https://www.netlifycms.org/docs/quick-start/) section on the Netlify CMS docs for more information.
74
74
75
-
### Remove NetlifyCMS
75
+
### Remove Netlify CMS
76
76
77
-
If NetlifyCMS isn't your thing, you can remove it with:
77
+
If Netlify CMS isn't your thing, you can remove it with:
0 commit comments