diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-27 16:26:48 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-27 16:26:48 +0000 |
| commit | 2d180e62b2e6b25303b25a78b364fae64894a331 (patch) | |
| tree | d5cd7d147f85231d2e800ea8513393897d92d431 /admin/config.yml | |
| parent | d5c6f1df0d3050a9148af1e6cfc4db59bced208c (diff) | |
| download | pokeworld-website-2d180e62b2e6b25303b25a78b364fae64894a331.tar.gz pokeworld-website-2d180e62b2e6b25303b25a78b364fae64894a331.tar.bz2 pokeworld-website-2d180e62b2e6b25303b25a78b364fae64894a331.zip | |
Netlify CMS stuff
Diffstat (limited to 'admin/config.yml')
| -rw-r--r-- | admin/config.yml | 12 |
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 |
