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]