world-game/site/blueprints/pages/blog.yml
isUnknown 58c31ea391
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
feat: intégration plugin Kirby SEO
- Ajout de tobimori/kirby-seo via Composer
- snippet('seo/head') dans header.php (remplace les meta manuels)
- snippet('seo/schemas') dans footer.php pour JSON-LD
- Onglet SEO ajouté dans site.yml et tous les blueprints de pages
- Configuration SEO dans config.php (sitemap, robots, canonicalBase TODO)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 12:59:18 +01:00

58 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') }}"
seo: seo/page