From 98d0173df781f5816402b2adc1febaeb511f671d Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 8 Aug 2024 09:58:49 -1000 Subject: [PATCH] Meta: Add replacements to make local development of these modules easier --- .gitmodules | 9 +++++++++ hugo.yaml | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/.gitmodules b/.gitmodules index c499ac4..4b5fead 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,12 @@ [submodule "themes/base"] path = themes/base url = nutmeg.erynwells.me:git/hugo-theme-erynwells-base.git +[submodule "themes/termlite"] + path = themes/termlite + url = git@github.com:erynofwales/hugo-theme-termlite.git +[submodule "themes/commandbar"] + path = themes/commandbar + url = git@github.com:erynofwales/hugo-commandbar.git +[submodule "themes/resourceBuilders"] + path = themes/resourceBuilders + url = git@github.com:erynofwales/hugo-resource-builders.git diff --git a/hugo.yaml b/hugo.yaml index 4c9e01d..f10b8cb 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -25,6 +25,10 @@ module: hugoVersion: extended: false min: "0.116.0" + replacements: >- + github.com/erynofwales/hugo-theme-termlite/v2 -> termlite, + github.com/erynofwales/hugo-commandbar/v2 -> commandbar, + github.com/erynofwales/hugo-resource-builders/v2 -> resourceBuilders imports: - path: github.com/erynofwales/hugo-theme-termlite/v2 - path: github.com/erynofwales/hugo-commandbar/v2