Skip to content

Commit 3eef2cb

Browse files
chore(starters): bump modules and Hugo
1 parent d9f1a84 commit 3eef2cb

24 files changed

Lines changed: 30 additions & 30 deletions

File tree

starters/academic-cv/.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.150.1'
4+
WC_HUGO_VERSION: '0.152.1'
55
NODE_VERSION: '20'
66

77
on:

starters/academic-cv/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
33
go 1.19
44

55
require (
6-
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925205154-e9b31f8090c0
6+
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.9.0
88
)

starters/academic-cv/hugoblox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
hugo_version: '0.150.1'
2+
hugo_version: '0.152.1'
33
template:
44
id: "academic-cv"
55
name: "Academic CV"

starters/academic-cv/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
publish = "public"
2222

2323
[build.environment]
24-
HUGO_VERSION = "0.150.1"
24+
HUGO_VERSION = "0.152.1"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
HUGO_ENABLEGITINFO = "true"

starters/blog/.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.150.1'
4+
WC_HUGO_VERSION: '0.152.1'
55
NODE_VERSION: '20'
66

77
on:

starters/blog/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/blog
33
go 1.19
44

55
require (
6-
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925205154-e9b31f8090c0
6+
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.9.0
88
)

starters/blog/hugoblox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
hugo_version: '0.150.1'
2+
hugo_version: '0.152.1'
33
template:
44
id: "blog"
55
name: "Blog"

starters/blog/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
publish = "public"
2222

2323
[build.environment]
24-
HUGO_VERSION = "0.150.1"
24+
HUGO_VERSION = "0.152.1"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
HUGO_ENABLEGITINFO = "true"

starters/documentation/.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.150.1'
4+
WC_HUGO_VERSION: '0.152.1'
55
NODE_VERSION: '20'
66

77
on:

starters/documentation/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/HugoBlox/theme-documentation
33
go 1.15
44

55
require (
6-
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925205154-e9b31f8090c0
6+
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.9.0
88
)

0 commit comments

Comments
 (0)