Skip to content

Commit a8356d6

Browse files
committed
netlify cms
1 parent bba4476 commit a8356d6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

static/admin/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
backend:
2+
name: git-gateway
3+
branch: master
4+
publish_mode: editorial_workflow
5+
media_folder: "static/img"
6+
public_folder: "/img"

static/admin/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Content Manager</title>
7+
</head>
8+
<body>
9+
<!-- Include the script that builds the page and powers Netlify CMS -->
10+
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)