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