Skip to content

Commit a792766

Browse files
author
Splitter
committed
chore(templates): update modules to latest commits
1 parent 128c1a7 commit a792766

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "HugoBlox Codespace",
3-
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.152.2",
3+
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.153.4",
44
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
55
"postCreateCommand": "pnpm --version && hugo version",
66
"customizations": {

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Build with Hugo
9090
env:
9191
HUGO_ENVIRONMENT: production
92+
HUGO_BLOX_LICENSE: ${{ secrets.HUGO_BLOX_LICENSE }}
9293
run: |
9394
echo "Hugo Cache Dir: $(hugo config | grep cachedir)"
9495
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ hugoblox:
118118
# Copyright notice - supports {year}, {name}, {license} placeholders
119119
notice: "© {year} {name}. This work is licensed under {license}"
120120
license:
121-
type: cc # cc | all_rights | custom
121+
type: cc # cc | custom
122122
allow_derivatives: false
123123
share_alike: true
124124
allow_commercial: false

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.19
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20251215001347-c72b26de8d15
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20251214032829-73b5f7d5758a
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20251229000224-c48b65edb2ae
88
)

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.152.2'
2+
hugo_version: '0.153.4'
33
template:
44
id: "blog"
55
name: "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.152.2"
24+
HUGO_VERSION = "0.153.4"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)