# config.yml backend: name: github repo: UniverseDevGroup/pokeworld-website branch: master # Branch to update (optional; defaults to master) media_folder: 'assets/uploads' collections: - name: 'posts' label: 'Posts' folder: '_posts/' create: true slug: '{{year}}-{{month}}-{{day}}-{{slug}}' editor: preview: false fields: - { label: 'Title', name: 'title', widget: 'string' } - { label: 'Body', name: 'body', widget: 'markdown' }