From 2d180e62b2e6b25303b25a78b364fae64894a331 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 27 Oct 2019 16:26:48 +0000 Subject: Netlify CMS stuff --- admin/config.yml | 12 ++++++++++++ admin/index.html | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 admin/config.yml create mode 100644 admin/index.html (limited to 'admin') 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 @@ + + + + + + + Content Manager + + + + + + \ No newline at end of file -- cgit v1.2.3