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"}

View File

@ -1,12 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>
</head>
<body>
<script src="https://unpkg.com/netlify-cms/dist/netlify-cms.js"></script>
</body>
</html>