sapper-lut-site/static/admin/config.yml
2021-01-26 13:36:01 -08:00

17 lines
447 B
YAML

backend:
name: github
repo: BradNut/sapper-lut-site
publish_mode: editorial_workflow
media_folder: static/uploads
public_folder: /uploads
collections:
- name: "posts"
label: "Posts"
folder: "src/posts"
create: true
slug: "{{slug}}"
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Date", name: "date", widget: "datetime" }
- { label: "Body", name: "body", widget: "markdown" }