From 03f5c1ada497ff2f4b3be11a1e8030ddd4c1bfdf Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 29 Jun 2024 10:24:29 -0700 Subject: [PATCH] Rename the design-system submodule -> base --- .gitmodules | 6 +++--- hugo.yaml | 9 ++++++--- themes/{design-system => base} | 0 3 files changed, 9 insertions(+), 6 deletions(-) rename themes/{design-system => base} (100%) 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