From 750dd6179bfa19e37ec24c010afdd5212f981f26 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 17 Oct 2024 08:39:25 -0700 Subject: [PATCH] photostream: Add go module, git submodule, and update commit --- .gitmodules | 3 +++ config/_default/module.yaml | 2 ++ themes/photostream | 1 + 3 files changed, 6 insertions(+) create mode 160000 themes/photostream diff --git a/.gitmodules b/.gitmodules index 58843d9..7e14abb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "themes/image-utils"] path = themes/image-utils url = git@github.com:erynofwales/hugo-image-utilities.git +[submodule "themes/photostream"] + path = themes/photostream + url = git@github.com:erynofwales/hugo-theme-photostream.git diff --git a/config/_default/module.yaml b/config/_default/module.yaml index b8e93e2..42036b2 100644 --- a/config/_default/module.yaml +++ b/config/_default/module.yaml @@ -3,9 +3,11 @@ hugoVersion: min: "0.116.0" replacements: >- github.com/erynofwales/hugo-theme-termlite/v2 -> termlite, + github.com/erynofwales/hugo-theme-photostream/v2 -> photostream, github.com/erynofwales/hugo-resource-builders/v2 -> resource-builders, github.com/erynofwales/hugo-image-utilities/v2 -> image-utils imports: - path: github.com/erynofwales/hugo-theme-termlite/v2 + - path: github.com/erynofwales/hugo-theme-photostream/v2 - path: github.com/erynofwales/hugo-resource-builders/v2 - path: github.com/erynofwales/hugo-image-utilities/v2 diff --git a/themes/photostream b/themes/photostream new file mode 160000 index 0000000..a74703b --- /dev/null +++ b/themes/photostream @@ -0,0 +1 @@ +Subproject commit a74703beb53a33ba8495ea8bd98f8632b75080bb