We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc0737 commit 692b62fCopy full SHA for 692b62f
README.md
@@ -19,11 +19,11 @@ module:
19
- path: github.com/theNewDynamic/hugo-module-tnd-netlify-cms
20
```
21
1. Create a page where your Netlify CMS dasboard should live.
22
-2. Add the `netlifycms` layout to it through Front Matter.
+2. Add the `netlifycms` type to it through Front Matter.
23
3. Add the `netlifycms_config` output format to it through Front Matter (alongside HTML):
24
```yaml
25
Title: Your CMS
26
-layout: netlifycms
+type: netlifycms
27
outputs:
28
- HTML
29
- netlifycms_config
0 commit comments