diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b1d341d356f1425dd77e8ce583163e351c0a5d6..ccf40f7bc0d0f90805296449423515dd74a29459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ pages:
       - hugo version
       - cd web
       - ls -la content
-      - hugo
+      - hugo -v
       - ls -la
       - mv public ../public
       - ls -la ..
diff --git a/web/config.toml b/web/config.toml
index 21e1c1172ebf8f680e280ee281d1714e2fdf8f0e..79bf2fd0a581713f9649412fcb7725948e5e4a6e 100644
--- a/web/config.toml
+++ b/web/config.toml
@@ -6,6 +6,8 @@ enableInlineShortcodes = true
 pygmentsCodeFences = true
 pygmentsUseClasses = true
 
+publishDir = "public"
+
 [params]
   description = "Animation en synthèse d'images"
   copyright = "c"
@@ -21,8 +23,8 @@ pygmentsUseClasses = true
         weight = 10
 
   
-#[permalinks]
-#  posts = "/:title/"
+[permalinks]
+  posts = "/:title/"
 
 [markup.goldmark.renderer]
   # Allow HTML in Markdown