From 4b7c5f0b7b0655abad18c339fcbf915e68607ae3 Mon Sep 17 00:00:00 2001 From: Jack Williamson <53199061+JackWilli@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:09:38 -0400 Subject: [PATCH] fix submodule not found issue --- .gitmodules | 3 +++ hugo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 30ff944..8944c0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "themes/HUGO.386"] path = themes/HUGO.386 url = https://github.com/internot-blog/HUGO.386 +[submodule "themes/hugo.386"] + path = themes/hugo.386 + url = https://github.com/internot-blog/HUGO.386 diff --git a/hugo.toml b/hugo.toml index 189eab8..ac9c4d7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,7 +2,7 @@ baseURL = "https://internot.blog" title = "internot.blog" languageCode = "en" DefaultContentLanguage = "en" # Change this to change the site's language -theme = "hugo.386" +theme = "HUGO.386" preserveTaxonomyNames = true [params]