sandvich.xyz/static/admin/config.yml

33 lines
747 B
YAML

# Media files will be stored in the repo under static/images/uploads
media_folder: "static/images/uploads"
# The src attribute for uploaded media will begin with /images/uploads
public_folder: "/images/uploads"
backend:
name: github
repo: HumanoidSandvichDispenser/sandvich.xyz
branch: master
collections:
- name: posts
label: Posts
folder: "content/posts"
create: true
slug: "{{ year }}-{{ month }}-{{ day }}-{{ slug }}"
fields:
- label: "Title"
name: "title"
widget: "string"
- label: "Publish Date"
name: "date"
widget: "datetime"
- label: "Body"
name: "body"
widget: "markdown"
- label: "Tags"
name: "tags"
widget: "list"