From 3a1a890f67e78b74c44c17a58625c808cd7a164e Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 23 Jun 2026 14:42:14 +0900 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20th=C3=A8me=20et=20a?= =?UTF-8?q?m=C3=A9liorations=20de=20la=20mise=20en=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supprime les partiels surchargés (nav, SEO structuré) au profit du thème amont, réécrit header.html sans Scratch pour la compatibilité Hugo moderne, adapte footer et CSS au Bootstrap 5 (offset-*, list-inline-item, dropdown). Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 2 + config.yml | 2 + layouts/partials/footer.html | 18 +- layouts/partials/header.html | 155 +++++++++--------- layouts/partials/nav.html | 105 ------------ layouts/partials/seo/structured/article.html | 28 ---- .../partials/seo/structured/breadcrumb.html | 21 --- static/css/custom.css | 67 +++++--- 8 files changed, 139 insertions(+), 259 deletions(-) delete mode 100644 layouts/partials/nav.html delete mode 100644 layouts/partials/seo/structured/article.html delete mode 100644 layouts/partials/seo/structured/breadcrumb.html diff --git a/CLAUDE.md b/CLAUDE.md index a788f8b..77710c4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -29,6 +29,8 @@ Le blog contient deux types d'articles qui n'obéissent pas aux mêmes règles : ## Corrections à appliquer systématiquement +N'utilise pas de tiret quadratin. Emploie de la ponctuation classique : deux-points, point-virgule, point, virgule ou encore parenthèses en dernier recours. + ### 1. Pronom personnel **Dans les articles d'opinion** : remplacer le "on" par "je" quand c'est l'auteur qui parle. diff --git a/config.yml b/config.yml index 5bdc1b5..b27312a 100644 --- a/config.yml +++ b/config.yml @@ -13,6 +13,8 @@ params: selfHosted: true rss: true readingTime: true + toc: false + colorScheme: "light" thumb: - src: "/img/happyDomain-domains-list.webp" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 58a673b..a48de87 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,11 +14,17 @@ {{ end }}
-
+