world-game/site/blueprints/pages/blog.yml
isUnknown eeb4cb4e3a
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s
panel > portfolio : improve layout
2026-03-21 14:10:44 +01:00

56 lines
1.2 KiB
YAML

title: Blog
icon: blog
image:
back: #fff
color: var(--color-green)
query: false
options:
delete: false
duplicate: false
move: false
changeTemplate: false
tabs:
# Intro
intro:
label: Contenu
icon: text
sections:
content:
type: fields
fields:
intro:
type: writer
marks:
- bold
- italic
- green
- pixel
- underline
- strike
- clear
- link
nodes:
- heading
headings:
- 1
help: Section de texte centrée.
featured:
label: Article à la une
type: pages
query: site.find('blog').children.listed
max: 1
layout: cards
image:
query: page.cover.toFile
cover: true
ratio: 16/9
info: "{{ page.date.toDate('d/m/Y') }}"
articles:
label: Articles
type: pages
layout: cards
sortBy: published desc
image:
ratio: 16/9
cover: true
info: "{{ page.published.toDate('d/m/Y') }}"