|
| 1 | +site_url: "https://wilonweb.github.io/multi-author/" |
| 2 | +publish_mode: editorial_workflow |
| 3 | + |
1 | 4 | backend: |
2 | 5 | name: github |
3 | | - repo: wilonweb/multi-author |
| 6 | + repo: "wilonweb/multi-author" |
4 | 7 | branch: main |
5 | | - base_url: "https://decap-proxy.wilonweb.workers.dev" # ← ton Worker Cloudflare |
6 | | - |
7 | | -site_url: "https://wilonweb.github.io/multi-author/" |
| 8 | + base_url: "https://decap-proxy.wilonweb.workers.dev" # <— ton Worker Cloudflare |
8 | 9 |
|
9 | 10 | media_folder: "static/uploads" |
10 | 11 | public_folder: "/multi-author/uploads" |
11 | 12 |
|
12 | | -publish_mode: editorial_workflow |
13 | | - |
14 | 13 | collections: |
15 | 14 | - name: "posts_fr" |
16 | 15 | label: "Articles (FR)" |
17 | 16 | folder: "content/fr/posts" |
18 | 17 | create: true |
19 | 18 | slug: "{{slug}}" |
20 | | - sortable_fields: ["date", "title"] |
21 | 19 | fields: |
22 | 20 | - { name: "title", label: "Titre", widget: "string" } |
23 | | - - { name: "date", label: "Date", widget: "datetime" } |
| 21 | + - { name: "date", label: "Date", widget: "datetime" } |
24 | 22 | - { name: "draft", label: "Brouillon", widget: "boolean", default: false } |
25 | | - - { name: "tags", label: "Tags", widget: "list", required: false } |
| 23 | + - { name: "tags", label: "Tags", widget: "list", required: false } |
26 | 24 | - { name: "description", label: "Description", widget: "text", required: false } |
27 | | - - { name: "authors", label: "Auteurs", wi |
| 25 | + - { name: "authors", label: "Auteurs", widget: "list", required: false } |
| 26 | + - { name: "body", label: "Contenu", widget: "markdown" } |
0 commit comments