From ed2d84ab4d9e2275ba8f51f9378db1b34e10bd11 Mon Sep 17 00:00:00 2001
From: "Daniel A. A. Pelsmaeker" <developer@pelsmaeker.net>
Date: Mon, 20 Jan 2025 15:39:40 +0100
Subject: [PATCH] Fix Docsy module and remove hugo-cite module

---
 config.toml | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/config.toml b/config.toml
index a2ea3bb..5c91605 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,3 @@
-theme = "docsy"
-
 baseURL = "https://daic.tudelft.nl/"
 title = "DAIC documentation"
 
@@ -190,6 +188,7 @@ offlineSearch = true
 # hugo module configuration
 
 [module]
+  proxy = "direct"
   # uncomment line below for temporary local development of module
   # replacements = "github.com/google/docsy -> ../../docsy"
   [module.hugoVersion]
@@ -197,13 +196,5 @@ offlineSearch = true
     min = "0.75.0"
   [[module.imports]]
     path = "github.com/google/docsy"
-    disable = false
-  [[module.imports]]
-    path = "github.com/google/docsy/dependencies"
-    disable = false    
-  [[module.imports]]
-    path = "github.com/loup-brun/hugo-cite"
-    disable = false
-  [[module.imports]]
-    path = "github.com/google/docsy"
-    version = "v0.10.0"
\ No newline at end of file
+    version = "v0.10.0"
+    disable = false
\ No newline at end of file
-- 
GitLab