From 6b8d8c5c969fd7adf86948ccbde43258c7aa16b8 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 ++-- assets/jsconfig.json | 2 +- hugo.toml | 2 +- themes/{hugo-theme-monochrome => theme} | 0 4 files changed, 4 insertions(+), 4 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/assets/jsconfig.json b/assets/jsconfig.json index 602aba3..c1bbf32 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../themes/hugo-theme-monochrome/assets/*" + "../themes/theme/assets/*" ] } } 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