Add home.json
This commit is contained in:
parent
794994539f
commit
22073d6db2
2 changed files with 2 additions and 1 deletions
1
content/pages/home.json
Normal file
1
content/pages/home.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"title":"About page title","body":"#### This is the about page body!\n\n`inline-code`\n"}
|
||||
|
|
@ -10,7 +10,7 @@ collections: # A list of collections the CMS should be able to edit
|
|||
- name: "pages"
|
||||
label: "Pages"
|
||||
files:
|
||||
- file: "content/pages/home.md"
|
||||
- file: "content/pages/home.json"
|
||||
label: "Home Page"
|
||||
name: "home-page"
|
||||
fields:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue