From 2d180e62b2e6b25303b25a78b364fae64894a331 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 27 Oct 2019 16:26:48 +0000 Subject: Netlify CMS stuff --- .gitignore | 3 +++ admin/config.yml | 12 ++++++++++++ admin/index.html | 13 +++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 admin/config.yml create mode 100644 admin/index.html diff --git a/.gitignore b/.gitignore index 3fe6b71..8647da7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ Gemfile.lock node_modules npm-debug.log* vendor/bundle + +# Local Netlify folder +.netlify \ No newline at end of file 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