From 2657fec54ed0f6ffe9f063a8e4c0b70034fea14b Mon Sep 17 00:00:00 2001 From: Antoine Roy <antoine.roy@tetras-libre.fr> Date: Mon, 13 Nov 2023 16:32:37 +0000 Subject: [PATCH] Replace config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6c64053..6da3edb 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ # If your theme is in the themes directory, you just need to specify its name. # #theme = "doks" -theme = ["https://github.com/gethyas/doks"] +theme = ["github.com/gethyas/doks"] baseurl = "https://pages.gitlab.io/hugo/" title = "GitLab Pages and Hugo" -- GitLab