From f9d2b4b6eeb72722330e9655239167ba929c65d3 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 2 Sep 2025 23:23:36 -0400 Subject: [PATCH] update theme folder --- .gitmodules | 4 ++-- hugo.toml | 2 +- themes/{hugo-theme-monochrome => theme} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename themes/{hugo-theme-monochrome => theme} (100%) diff --git a/.gitmodules b/.gitmodules index 13fde3a..5f566ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ -[submodule "themes/hugo-theme-monochrome"] - path = themes/hugo-theme-monochrome +[submodule "themes/theme"] + path = themes/theme url = https://github.com/kaiiiz/hugo-theme-monochrome.git [submodule "modules/hugo-neko"] path = modules/hugo-neko diff --git a/hugo.toml b/hugo.toml index a7bae82..31ced99 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://www.gardling.com' languageCode = 'en-us' title = 'Simon Gardling' -theme = "hugo-theme-monochrome" +theme = "theme" contentDir = "content" [module] diff --git a/themes/hugo-theme-monochrome b/themes/theme similarity index 100% rename from themes/hugo-theme-monochrome rename to themes/theme