aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/config.yml12
-rw-r--r--admin/index.html13
2 files changed, 25 insertions, 0 deletions
diff --git a/admin/config.yml b/admin/config.yml
new file mode 100644
index 0000000..4867977
--- /dev/null
+++ b/admin/config.yml
@@ -0,0 +1,12 @@
+# config.yml
+
+backend:
+ name: git-gateway
+ branch: master # Branch to update (optional; defaults to master)
+media_folder: 'assets/uploads'
+collections:
+ - name: 'blog'
+ label: 'Blog'
+ folder: '_posts/'
+ fields:
+ - { name: Title } \ No newline at end of file
diff --git a/admin/index.html b/admin/index.html
new file mode 100644
index 0000000..02702c6
--- /dev/null
+++ b/admin/index.html
@@ -0,0 +1,13 @@
+<!-- admin/index.html -->
+<!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>
+ <!-- Include the script that builds the page and powers Netlify CMS -->
+ <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
+ </body>
+</html> \ No newline at end of file