diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index f1231d94..4883bd3c 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -30,7 +30,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.112.4 + HUGO_VERSION: 0.130.0 steps: - name: Install Hugo CLI run: | diff --git a/.gitmodules b/.gitmodules index 2c1660e0..43ee95ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,9 @@ [submodule "layouts"] path = layouts url = https://github.com/LaunchCode-Hugo-Submodules/layouts -[submodule "static"] - path = static - url = https://github.com/LaunchCode-Hugo-Submodules/static [submodule "archetypes"] path = archetypes url = https://github.com/LaunchCode-Hugo-Submodules/archetypes +[submodule "assets"] + path = assets + url = https://github.com/LaunchCode-Hugo-Submodules/assets diff --git a/static b/assets similarity index 100% rename from static rename to assets diff --git a/netlify.toml b/netlify.toml index 9636defc..e8d4bf5c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,8 +3,8 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.112.4" + HUGO_VERSION = "0.130.0" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" - HUGO_VERSION = "0.112.4" + HUGO_VERSION = "0.130.0" diff --git a/themes/hugo-theme-relearn b/themes/hugo-theme-relearn index fdb37fae..778e9449 160000 --- a/themes/hugo-theme-relearn +++ b/themes/hugo-theme-relearn @@ -1 +1 @@ -Subproject commit fdb37fae06e51c271eea29b0e1615f29050013db +Subproject commit 778e94499c73c272db5da88bb0edb74e3a205b72