backend: name: gitea repo: alois/CoqBlog branch: main app_id: 5dfba694-7d0a-40a7-acf0-6f410a56a2d6 api_root: https://git.alocoq.fr/api/v1 base_url: https://git.alocoq.fr auth_endpoint: https://git.alocoq.fr/login/oauth/authorize media_folder: static/img public_folder: /img locale: fr collections: - name: projets label: Projets folder: content/projets create: true slug: "{{slug}}" fields: - label: Titre name: title widget: string - label: Date name: date widget: datetime format: "2006-01-02" - label: Description name: description widget: string - label: Tags name: tags widget: list default: [] - label: Brouillon name: draft widget: boolean default: true - label: Contenu name: body widget: markdown - name: blog label: Blog folder: content/blog create: true slug: "{{slug}}" fields: - label: Titre name: title widget: string - label: Date name: date widget: datetime format: "2006-01-02" - label: Description name: description widget: string - label: Tags name: tags widget: list default: [] - label: Brouillon name: draft widget: boolean default: true - label: Contenu name: body widget: markdown