Skip to content

Commit

Permalink
Update doc after layout simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
regisphilibert committed Jun 1, 2020
1 parent 2fc0737 commit 692b62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ module:
- path: github.com/theNewDynamic/hugo-module-tnd-netlify-cms
```
1. Create a page where your Netlify CMS dasboard should live.
2. Add the `netlifycms` layout to it through Front Matter.
2. Add the `netlifycms` type to it through Front Matter.
3. Add the `netlifycms_config` output format to it through Front Matter (alongside HTML):
```yaml
Title: Your CMS
layout: netlifycms
type: netlifycms
outputs:
- HTML
- netlifycms_config
Expand Down

0 comments on commit 692b62f

Please sign in to comment.