Skip to content

Commit f54d1c8

Browse files
chore(templates): update modules to latest commits
1 parent 76023f9 commit f54d1c8

File tree

32 files changed

+114
-66
lines changed

32 files changed

+114
-66
lines changed

templates/academic-cv/.devcontainer/devcontainer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"name": "HugoBlox Codespace",
3-
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.156.0",
3+
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.159.1",
44
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
55
"postCreateCommand": "pnpm --version && hugo version",
66
"customizations": {
77
"vscode": {
8-
"extensions": ["ownable.ownable"]
8+
"extensions": [
9+
"ownable.ownable"
10+
]
911
}
1012
},
11-
"mounts": ["source=pnpm-store,target=/home/vscode/.local/share/pnpm,type=volume"],
13+
"mounts": [
14+
"source=pnpm-store,target=/home/vscode/.local/share/pnpm,type=volume"
15+
],
1216
"remoteUser": "vscode",
13-
"forwardPorts": [1313],
17+
"forwardPorts": [
18+
1313
19+
],
1420
"portsAttributes": {
1521
"1313": {
1622
"label": "Hugo Server"

templates/academic-cv/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/HugoBlox/kit/templates/academic-cv
33
go 1.19
44

55
require (
6-
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652
7-
github.com/HugoBlox/kit/modules/blox v0.0.0-20260219145709-764756ab501c
8-
github.com/HugoBlox/kit/modules/slides v0.0.0-20260219151239-9965378d1853
6+
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260327032542-ef8ed449c7e8
7+
github.com/HugoBlox/kit/modules/blox v0.0.0-20260327043553-76023f9461b1
8+
github.com/HugoBlox/kit/modules/slides v0.0.0-20260327041717-ee683c8cd1d1
99
)

templates/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.156.0'
2+
hugo_version: '0.159.1'
33
deploy:
44
# Deployment target: github-pages, netlify, vercel, cloudflare, or none
55
host: 'github-pages'

templates/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.156.0"
24+
HUGO_VERSION = "0.159.1"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
# Netlify runs an implicit install step; ensure it never enforces frozen lockfiles

templates/data-science-blog/.devcontainer/devcontainer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"name": "HugoBlox Codespace",
3-
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.156.0",
3+
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.159.1",
44
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
55
"postCreateCommand": "pnpm --version && hugo version",
66
"customizations": {
77
"vscode": {
8-
"extensions": ["ownable.ownable"]
8+
"extensions": [
9+
"ownable.ownable"
10+
]
911
}
1012
},
11-
"mounts": ["source=pnpm-store,target=/home/vscode/.local/share/pnpm,type=volume"],
13+
"mounts": [
14+
"source=pnpm-store,target=/home/vscode/.local/share/pnpm,type=volume"
15+
],
1216
"remoteUser": "vscode",
13-
"forwardPorts": [1313],
17+
"forwardPorts": [
18+
1313
19+
],
1420
"portsAttributes": {
1521
"1313": {
1622
"label": "Hugo Server"

templates/data-science-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/kit/templates/blog
33
go 1.19
44

55
require (
6-
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652
7-
github.com/HugoBlox/kit/modules/blox v0.0.0-20260219145709-764756ab501c
6+
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260327032542-ef8ed449c7e8
7+
github.com/HugoBlox/kit/modules/blox v0.0.0-20260327043553-76023f9461b1
88
)

templates/data-science-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.156.0'
2+
hugo_version: '0.159.1'
33
deploy:
44
# Deployment target: github-pages, netlify, vercel, cloudflare, or none
55
host: 'github-pages'

templates/data-science-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.156.0"
24+
HUGO_VERSION = "0.159.1"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
# Ensure Netlify's implicit install does not force a frozen lockfile

templates/dev-portfolio/.devcontainer/devcontainer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"name": "HugoBlox Codespace",
3-
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.156.0",
3+
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.159.1",
44
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
55
"postCreateCommand": "pnpm --version && hugo version",
66
"customizations": {
77
"vscode": {
8-
"extensions": ["ownable.ownable"]
8+
"extensions": [
9+
"ownable.ownable"
10+
]
911
}
1012
},
11-
"mounts": ["source=pnpm-store,target=/home/vscode/.local/share/pnpm,type=volume"],
13+
"mounts": [
14+
"source=pnpm-store,target=/home/vscode/.local/share/pnpm,type=volume"
15+
],
1216
"remoteUser": "vscode",
13-
"forwardPorts": [1313],
17+
"forwardPorts": [
18+
1313
19+
],
1420
"portsAttributes": {
1521
"1313": {
1622
"label": "Hugo Server"

templates/dev-portfolio/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/HugoBlox/kit/templates/dev-portfolio-free
33
go 1.19
44

55
require (
6-
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652
7-
github.com/HugoBlox/kit/modules/blox v0.0.0-20260219145709-764756ab501c
6+
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260327032542-ef8ed449c7e8
7+
github.com/HugoBlox/kit/modules/blox v0.0.0-20260327043553-76023f9461b1
88
)

0 commit comments

Comments
 (0)