From a6e2771686de31ee02cb7cebbb074dfaa4db7b01 Mon Sep 17 00:00:00 2001
From: Antoine <antoine.roy@tetras-libre.fr>
Date: Mon, 13 Nov 2023 17:10:12 +0100
Subject: [PATCH] =?UTF-8?q?int=C3=A9gration=20du=20nouveau=20mode=20doks?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index 20cabe5..5dcfc8c 100644
--- a/config.toml
+++ b/config.toml
@@ -12,8 +12,8 @@
 # If you use go mod to install your theme, you must use the URL of the theme.
 # If your theme is in the themes directory, you just need to specify its name.
 #
-#theme = "ananke"
-theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
+#theme = "doks"
+#theme = ["github.com/gethyas/doks"]
 
 baseurl = "https://pages.gitlab.io/hugo/"
 title = "GitLab Pages and Hugo"
-- 
GitLab