From 0a975bf8bc5753f5b095487ae560856b819ad5ac Mon Sep 17 00:00:00 2001 From: Conner Chu Date: Sun, 6 Jul 2025 11:59:13 +0200 Subject: [PATCH] remove go mod and sum --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index de2456e..660c2f1 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://connerchu.com" title = "Conner Chu" languageCode = "en-us" -theme = ["your-main-theme", "hugo-shortcode-gallery"] +theme = ["hello-friend-ng", "hugo-shortcode-gallery"] copyright = "© Copyright 2025" timeout = "1h"