From 692b62f8e4f0fcd348fca4ec4b4e8d423b266d6a Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Mon, 1 Jun 2020 11:50:59 -0400 Subject: [PATCH] Update doc after layout simplification --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 003bf2e..a2148ad 100644 --- a/README.md +++ b/README.md @@ -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