quentin.dufour.io/admin/config.yml

23 lines
698 B
YAML
Raw Normal View History

2022-08-27 14:30:17 +00:00
backend:
2022-08-27 15:36:48 +00:00
name: github
repo: superboum/quentin.dufour.io
2022-11-24 22:10:16 +00:00
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'
2022-08-27 14:30:17 +00:00
collections:
2022-11-24 22:10:16 +00:00
- name: 'article'
label: 'Article'
2022-08-27 14:30:17 +00:00
folder: '_posts/'
2022-11-24 22:10:16 +00:00
editor:
preview: false
create: true
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
2022-08-27 14:30:17 +00:00
fields:
2022-11-24 22:10:16 +00:00
- { 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' }