From 41af61c26c3ed46224ab629bd015277683569ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:29:00 +0200 Subject: [PATCH] fix: silence Hugo deprecation warnings --- blog/hugo.toml | 3 ++- blog/themes/terminal-bus/layouts/baseof.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/blog/hugo.toml b/blog/hugo.toml index 3e6063a..6c6da92 100644 --- a/blog/hugo.toml +++ b/blog/hugo.toml @@ -1,8 +1,9 @@ baseURL = "https://bus.saillant.cc/" -languageCode = "fr-fr" +locale = "fr-fr" title = "bus.saillant.cc" theme = "terminal-bus" timeZone = "Europe/Paris" +disableKinds = ["taxonomy", "term"] [params] description = "Chantier d'un Irisbus Axer transformé en atelier/labo mobile — électronique, fab numérique, VASP." diff --git a/blog/themes/terminal-bus/layouts/baseof.html b/blog/themes/terminal-bus/layouts/baseof.html index 5949d9f..a4f53a7 100644 --- a/blog/themes/terminal-bus/layouts/baseof.html +++ b/blog/themes/terminal-bus/layouts/baseof.html @@ -1,5 +1,5 @@ - +