From cc11b584c78b251abd08b487505ce7ae2c1568aa Mon Sep 17 00:00:00 2001 From: Antoine <antoine@pullus.home> Date: Mon, 13 Nov 2023 16:09:07 +0100 Subject: [PATCH] changing theme to docks --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 20cabe5..6c64053 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 = ["https://github.com/gethyas/doks"] baseurl = "https://pages.gitlab.io/hugo/" title = "GitLab Pages and Hugo" -- GitLab