All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
- 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>
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
title: Portfolio
|
|
icon: stack
|
|
image:
|
|
back: #ffffff
|
|
query: false
|
|
color: var(--color-green)
|
|
options:
|
|
delete: false
|
|
duplicate: false
|
|
move: false
|
|
changeTemplate: false
|
|
tabs:
|
|
content:
|
|
label: Contenu
|
|
icon: text
|
|
columns:
|
|
- width: 1/3
|
|
sections:
|
|
metaFields:
|
|
type: fields
|
|
fields:
|
|
backgroundImage:
|
|
label: Image d'arrière-plan
|
|
type: files
|
|
layout: cards
|
|
multiple: false
|
|
uploads:
|
|
accept: image/*
|
|
size: huge
|
|
image:
|
|
cover: true
|
|
ratio: 15/9
|
|
- width: 2/3
|
|
sections:
|
|
projectsList:
|
|
type: pages
|
|
headline: Liste des projets
|
|
layout: cards
|
|
size: small
|
|
image:
|
|
query: page.thumbnail.toFile
|
|
cover: true
|
|
back: #0E1E43
|
|
template: project
|
|
info: "{{ page.catchPhrase }}"
|
|
create: project
|
|
|
|
seo: seo/page
|