fix images
This commit is contained in:
parent
3792dc26fb
commit
4f0c34b82b
2 changed files with 4 additions and 8 deletions
|
@ -2,9 +2,6 @@
|
||||||
title: Palette test (;
|
title: Palette test (;
|
||||||
description: Intéressant...
|
description: Intéressant...
|
||||||
theme_version: 2.8.2
|
theme_version: 2.8.2
|
||||||
cascade:
|
|
||||||
featured_image: /images/gohugo-default-sample-hero-image.jpg
|
|
||||||
featured_image: static/images/vlcsnap-2022-08-13-18h09m04s198.png
|
|
||||||
---
|
---
|
||||||
## Contenu
|
## Contenu
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@ backend:
|
||||||
site_url: 'https://palettetest.web.deuxfleurs.fr/'
|
site_url: 'https://palettetest.web.deuxfleurs.fr/'
|
||||||
locale: 'fr'
|
locale: 'fr'
|
||||||
media_folder: "/static/images"
|
media_folder: "/static/images"
|
||||||
public_folder: "/images"
|
|
||||||
media_library:
|
media_library:
|
||||||
|
folder_support: true
|
||||||
name: Bibliothèque
|
name: Bibliothèque
|
||||||
config:
|
config:
|
||||||
max_file_size: 1024000
|
max_file_size: 1024000
|
||||||
|
@ -36,8 +36,8 @@ collections:
|
||||||
- label: Image de couverture
|
- label: Image de couverture
|
||||||
name: featured_image
|
name: featured_image
|
||||||
widget: image
|
widget: image
|
||||||
media_folder: "/static/images"
|
media_library:
|
||||||
public_folder: "/images"
|
folder_support: false
|
||||||
- label: Corps
|
- label: Corps
|
||||||
name: body
|
name: body
|
||||||
widget: markdown
|
widget: markdown
|
||||||
|
@ -61,9 +61,8 @@ collections:
|
||||||
- label: Image de couverture
|
- label: Image de couverture
|
||||||
name: featured_image
|
name: featured_image
|
||||||
widget: image
|
widget: image
|
||||||
media_folder: "/static/images"
|
|
||||||
public_folder: "/images"
|
|
||||||
media_library:
|
media_library:
|
||||||
|
folder_support: false
|
||||||
config:
|
config:
|
||||||
max_file_size: 1024000
|
max_file_size: 1024000
|
||||||
- label: Corps
|
- label: Corps
|
||||||
|
|
Loading…
Reference in a new issue