Files
CoqBlog/static/admin/config.yml
T
alois 020015c3c3
Build and Deploy Hugo / build (push) Successful in 10s
corriger format de date
on est pas en 2006 !
2026-05-21 14:29:33 +00:00

75 lines
1.6 KiB
YAML

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: "YYYY-MM-DD"
date_format: "YYYY-MM-DD"
time_format: false
- 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: "YYYY-MM-DD"
date_format: "YYYY-MM-DD"
time_format: false
- 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