quentin.dufour.io/admin/config.yml

23 lines
698 B
YAML

backend:
name: github
repo: superboum/quentin.dufour.io
base_url: http://oauth.localhost:3000
media_folder: 'assets/'
publish_mode: editorial_workflow
site_url: https://quentin.dufour.io
display_url: https://quentin.dufour.io
locale: 'fr'
collections:
- name: 'article'
label: 'Article'
folder: '_posts/'
editor:
preview: false
create: true
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
fields:
- { label: 'Layout', name: 'layout', widget: 'hidden', default: 'post' }
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Body', name: 'body', widget: 'markdown' }