aboutsummaryrefslogtreecommitdiff
path: root/admin/config.yml
blob: b66d5c7fe2d9d2ab0b30a6c743e71ffa8c56a50f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# config.yml

backend:
  name: github
  repo: UniverseDevGroup/pokeworld-website
  branch: master # Branch to update (optional; defaults to master)
media_folder: 'assets/uploads'
display_url: http://universedevgroup.net
publish_mode: editorial_workflow
collections:
  - name: 'posts'
    description: 'This is where you can make posts for the website.'
    label: 'Posts'
    folder: '_posts/'
    create: true
    slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
    editor:
      preview: false
    fields:
      - { label: 'Title', name: 'title', widget: 'string', required: true }
      - { label: 'Body', name: 'body', widget: 'markdown', required: true }