From 17d5d3f0ca43eb6bb65c8f3645174134341dd31a Mon Sep 17 00:00:00 2001 From: Geo Date: Sat, 23 Apr 2022 19:09:19 +0100 Subject: [PATCH] starters: update --- .github/workflows/build-test-site.yaml | 2 +- .github/workflows/split-packages.yaml | 2 ++ starters/academic/go.mod | 4 ++-- starters/academic/netlify.toml | 2 +- starters/academic/theme.toml | 1 - starters/blog/go.mod | 4 ++-- starters/blog/netlify.toml | 2 +- starters/course/go.mod | 4 ++-- starters/course/netlify.toml | 2 +- starters/documentation/go.mod | 4 ++-- starters/documentation/netlify.toml | 2 +- starters/markdown-slides/go.mod | 4 ++-- starters/markdown-slides/netlify.toml | 2 +- starters/minimal/go.mod | 2 +- starters/minimal/netlify.toml | 2 +- starters/portfolio/go.mod | 4 ++-- starters/portfolio/netlify.toml | 2 +- starters/research-group/go.mod | 4 ++-- starters/research-group/netlify.toml | 2 +- 19 files changed, 26 insertions(+), 25 deletions(-) diff --git a/.github/workflows/build-test-site.yaml b/.github/workflows/build-test-site.yaml index b4114080..df5fcc82 100644 --- a/.github/workflows/build-test-site.yaml +++ b/.github/workflows/build-test-site.yaml @@ -64,7 +64,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.95.0' + hugo-version: '0.97.3' extended: true - name: Build diff --git a/.github/workflows/split-packages.yaml b/.github/workflows/split-packages.yaml index a51dde98..6caa18eb 100644 --- a/.github/workflows/split-packages.yaml +++ b/.github/workflows/split-packages.yaml @@ -17,6 +17,8 @@ jobs: matrix: # define package to repository map package: + - local_path: 'academic' + split_repository: 'starter-hugo-academic' - local_path: 'markdown-slides' split_repository: 'starter-hugo-markdown-slides' - local_path: 'blog' diff --git a/starters/academic/go.mod b/starters/academic/go.mod index 875a2de2..1c5c61ea 100644 --- a/starters/academic/go.mod +++ b/starters/academic/go.mod @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-hugo-academic go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220412113704-f6b6d736055b // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220412113704-f6b6d736055b // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect ) diff --git a/starters/academic/netlify.toml b/starters/academic/netlify.toml index 64115666..c077cb22 100644 --- a/starters/academic/netlify.toml +++ b/starters/academic/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.97.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/academic/theme.toml b/starters/academic/theme.toml index d59b8aee..6d676d73 100644 --- a/starters/academic/theme.toml +++ b/starters/academic/theme.toml @@ -4,7 +4,6 @@ licenselink = "https://github.com/wowchemy/starter-hugo-academic/blob/master/LIC description = "Use the website builder to easily build your site with 50+ widgets and deploy with one click! Fully customize your site with themes, plugins, and language packs." homepage = "https://github.com/wowchemy/starter-hugo-academic/" demosite = "https://wowchemy.com/hugo-themes/" -min_version = "0.84" tags = ["widgets", "resume", "portfolio", diff --git a/starters/blog/go.mod b/starters/blog/go.mod index 54072216..cc96862e 100644 --- a/starters/blog/go.mod +++ b/starters/blog/go.mod @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-blog go 1.14 require ( - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220412113704-f6b6d736055b // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220412113704-f6b6d736055b // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect ) diff --git a/starters/blog/netlify.toml b/starters/blog/netlify.toml index 64115666..c077cb22 100644 --- a/starters/blog/netlify.toml +++ b/starters/blog/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.97.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/course/go.mod b/starters/course/go.mod index 2eeffbfc..e529844a 100644 --- a/starters/course/go.mod +++ b/starters/course/go.mod @@ -4,6 +4,6 @@ go 1.15 require ( github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0 - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220412113704-f6b6d736055b // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220412113704-f6b6d736055b // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect ) diff --git a/starters/course/netlify.toml b/starters/course/netlify.toml index 64115666..c077cb22 100644 --- a/starters/course/netlify.toml +++ b/starters/course/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.97.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/documentation/go.mod b/starters/documentation/go.mod index 750f4287..491db1ce 100644 --- a/starters/documentation/go.mod +++ b/starters/documentation/go.mod @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-book go 1.14 require ( - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220412113704-f6b6d736055b // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220412113704-f6b6d736055b // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect ) diff --git a/starters/documentation/netlify.toml b/starters/documentation/netlify.toml index 64115666..c077cb22 100644 --- a/starters/documentation/netlify.toml +++ b/starters/documentation/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.97.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/markdown-slides/go.mod b/starters/markdown-slides/go.mod index 9565eeaf..17d2060b 100644 --- a/starters/markdown-slides/go.mod +++ b/starters/markdown-slides/go.mod @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic/exampleSite go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220412113704-f6b6d736055b - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220412113704-f6b6d736055b + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220423174013-6f48b6368a2d + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423174013-6f48b6368a2d ) diff --git a/starters/markdown-slides/netlify.toml b/starters/markdown-slides/netlify.toml index 64115666..c077cb22 100644 --- a/starters/markdown-slides/netlify.toml +++ b/starters/markdown-slides/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.97.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/minimal/go.mod b/starters/minimal/go.mod index 548c2da5..e17d5a3b 100644 --- a/starters/minimal/go.mod +++ b/starters/minimal/go.mod @@ -2,4 +2,4 @@ module github.com/wowchemy/starter-minimal go 1.14 -require github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220421125247-378aa6124fa1 // indirect +require github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect diff --git a/starters/minimal/netlify.toml b/starters/minimal/netlify.toml index 64115666..c077cb22 100644 --- a/starters/minimal/netlify.toml +++ b/starters/minimal/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.97.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/portfolio/go.mod b/starters/portfolio/go.mod index 54072216..cc96862e 100644 --- a/starters/portfolio/go.mod +++ b/starters/portfolio/go.mod @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-blog go 1.14 require ( - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220412113704-f6b6d736055b // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220412113704-f6b6d736055b // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect ) diff --git a/starters/portfolio/netlify.toml b/starters/portfolio/netlify.toml index 64115666..c077cb22 100644 --- a/starters/portfolio/netlify.toml +++ b/starters/portfolio/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.97.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/research-group/go.mod b/starters/research-group/go.mod index 3155e788..b2ff1533 100644 --- a/starters/research-group/go.mod +++ b/starters/research-group/go.mod @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-hugo-research-group go 1.14 require ( - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220412113704-f6b6d736055b // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220412113704-f6b6d736055b // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423174013-6f48b6368a2d // indirect ) diff --git a/starters/research-group/netlify.toml b/starters/research-group/netlify.toml index 64115666..c077cb22 100644 --- a/starters/research-group/netlify.toml +++ b/starters/research-group/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.97.3" HUGO_ENABLEGITINFO = "true" [context.production.environment]