chore: add website preview templates (#1716)

This commit is contained in:
Shawn Erquhart
2018-09-06 14:44:58 -04:00
committed by GitHub
parent 9b18596fa2
commit 4fadf3fdb6
13 changed files with 1497 additions and 135 deletions

View File

@ -22,7 +22,7 @@ collections: # A list of collections the CMS should be able to edit
- name: "blog"
label: "Blog"
label_singular: "Post"
folder: "website/site/content/blog"
folder: "website/content/blog"
create: true
fields:
- {label: "Title", name: "title", widget: "string", tagname: "h1"}