We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba4476 commit a8356d6Copy full SHA for a8356d6
static/admin/config.yaml
@@ -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
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <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