aboutsummaryrefslogtreecommitdiff
path: root/admin/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'admin/config.yml')
-rw-r--r--admin/config.yml12
1 files changed, 12 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