diff --git a/.gitmodules b/.gitmodules index 68868ef..c499ac4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "themes/design-system"] - path = themes/design-system - url = nutmeg.erynwells.me:git/hugo-erynwells-design-system.git [submodule "themes/blog"] path = themes/blog url = nutmeg.erynwells.me:git/hugo-theme-erynwells-blog.git +[submodule "themes/base"] + path = themes/base + url = nutmeg.erynwells.me:git/hugo-theme-erynwells-base.git diff --git a/hugo.yaml b/hugo.yaml index bc21195..cdc35de 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -3,9 +3,12 @@ languageCode: en-us title: Test Site theme: - - design-system - blog + - base -modules: +module: + hugoVersion: + extended: false + min: "0.116.0" imports: - - path: "design-system" + - path: base diff --git a/themes/design-system b/themes/base similarity index 100% rename from themes/design-system rename to themes/base