diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/config.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/admin/config.yml b/admin/config.yml index fb4b020..4590a9e 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -1,7 +1,7 @@ # config.yml backend: - name: git-gateway + name: github repo: UniverseDevGroup/pokeworld-website branch: master # Branch to update (optional; defaults to master) media_folder: 'assets/uploads' @@ -9,5 +9,10 @@ collections: - name: 'blog' label: 'Blog' folder: '_posts/' + create: true + slug: '{{year}}-{{month}}-{{day}}-{{slug}}' + editor: + preview: false fields: - - { name: Title }
\ No newline at end of file + - { label: 'Title', name: 'title', widget: 'string' } + - { label: 'Body', name: 'body', widget: 'markdown' }
\ No newline at end of file |
