artro-tailwing/public/admin/config.yml
2025-04-27 13:13:59 +00:00

22 lines
799 B
YAML

backend:
name: gitea
repo: jj/artro-tailwing
app_id: 317534d3-7808-4fcb-a005-c9ecb68162e0
api_root: https://gitea.164500.xyz/api/v1
base_url: https://gitea.164500.xyz
auth_endpoint: https://gitea.164500.xyz/login/oauth/authorize
media_folder: "public/uploads"
collections:
- name: "blog"
label: "Blog"
folder: "src/content/blog"
create: true
fields:
- { label: "Layout", name: "layout", widget: "hidden", default: "blog" }
- { label: "Title", name: "title", widget: "string" }
- { label: "Publish Date", name: "date", widget: "datetime" }
- { label: "Featured Image", name: "thumbnail", widget: "image" }
- { label: "Rating (scale of 1-5)", name: "rating", widget: "number" }
- { label: "Body", name: "body", widget: "markdown" }