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