From f2b94b9c63606ee1021dc433db7413bf54728845 Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 7 Jan 2026 09:23:32 +0100 Subject: [PATCH] update css to absUrl for www. --- hugo.toml | 50 ------------------------------------ layouts/_default/baseof.html | 5 ++-- 2 files changed, 2 insertions(+), 53 deletions(-) delete mode 100644 hugo.toml diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 0bc0c82..0000000 --- a/hugo.toml +++ /dev/null @@ -1,50 +0,0 @@ -# Configuration de l'adresse, titre (onglet) et des chemins vers les contenus -baseurl = "https://gregandev.fr" -contentdir = "content" -layoutdir = "layouts" -publishdir = "public" -title = "Gregandev" -logo = "images/logos/logo.png" -favicon = "images/logos/favicon.png" -theme = "silhouette-hugo" - -author = "Grégory Lebreton" -pagination.pagerSize = 3 - -relativeURLs = false -canonifyURLs = true - -#disqusShortname = "" -#googleAnalytics = "" - -[params] -author = "Grégory Lebreton" -introDescription = "Ingénieur Devops" -enableRobotsTXT = true -contentSharing = "" - -[Params.social] -github = "greglebreton" -linkedin = "grégory-lebreton-996b261bb" -gitlab = "greglebreton" -email = "greg" - -[Params.social.share] - linkedin = true - email = true - -# CONFIG LANGAGE -DefaultContentLanguage = "fr" -# theme = ["osm", "beautifulhugo"] -metaDataFormat = "yaml" -pygmentsUseClasses = true -pygmentCodeFences = true - -# ICONES RESEAUX SOCIAUX -[Author] - name = "Greg Lebreton" - email = "contact@gregandev.fr" -# gitlab = "GregLebreton" - github = "GregLebreton" - linkedin = "grégory-lebreton-996b261bb" - itchio = "gregan" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 80d88b8..6a6be6c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -16,9 +16,8 @@ - - - + + {{ block "head" . }}{{ end }}