Files
qingshuige-hugo/static/admin/config.yml
线粒体XianlitiCN 36e003a09c
All checks were successful
Build and Deploy Qingshuige / build-deploy (push) Successful in 3s
配置Decap CMS
2026-02-03 13:04:19 +08:00

22 lines
676 B
YAML

backend:
name: gitea
repo: qingshuige-authors/qingshuige-hugo
app_id: gto_mrgjwmoh2p4f6bkcgm6wbn2ckp3s5utf4t43b3ujpmvgkp4nmhja
api_root: "https://gitea.qingshuige.ink/api/v1/"
base_url: "https://gitea.qingshuige.ink/"
auth_endpoint: "https://gitea.qingshuige.ink/login/oauth/authorize"
branch: main
media_folder: "static/uploads"
public_folder: "/uploads"
collections:
- name: "blog"
label: "Blog"
folder: "content/blog"
create: true
slug: "{{slug}}"
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Date", name: "date", widget: "datetime" }
- { label: "Body", name: "body", widget: "markdown" }