From 29eab7a5b42c6a32b315bd4157e6e71dacc0deba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Mon, 25 May 2026 20:40:07 +0000 Subject: [PATCH] corriger baseurl --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c18c188..0528949 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,10 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -baseurl: "/academic-homepage" # the subpath of your site, e.g. /blog +#baseurl: "/academic-homepage" # the subpath of your site, e.g. /blog +baseurl: "" +url: "https://alocoq.fr" + # Build settings markdown: kramdown