From dabfc7393f9b876693cdfb70f8a7f1472a33471a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Witz?= <regis.witz@free.fr> Date: Wed, 2 Mar 2022 14:27:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=F0=9F=94=A7=20Change=20baseurl=20p?= =?UTF-8?q?our=20pointer=20sur=20CE=20site.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Je veux dire, comment apprendre avec ce hugo-template si la moindre de mes pages en dehors de la page d'accueil me redirige vers le site père, https://pages.gitlab.io/hugo/ ? C'est malin ... :> --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 7eaf5ef..d1e5bfe 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://pages.gitlab.io/hugo/" +baseurl = "/" contentdir = "content" layoutdir = "layouts" publishdir = "public" -- GitLab