sandvich.xyz/static/admin/config.yml

37 lines
927 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: gitea
repo: sandvich/sandvich.xyz
app_id: 6197659c-ccaa-4c2c-a6fa-d9308ed77432
api_root: https://gitea.sandvich.xyz/api/v1
base_url: https://gitea.sandvich.xyz
auth_endpoint: https://gitea.sandvich.xyz/login/oauth/authorize
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"