Skip to content

Commit 9227a4e

Browse files
author
Splitter
committed
chore(templates): update modules to latest commits
1 parent d773a2e commit 9227a4e

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "HugoBlox Codespace",
3-
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.154.5",
3+
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.156.0",
44
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
55
"postCreateCommand": "pnpm --version && hugo version",
66
"customizations": {
77
"vscode": {
88
"extensions": [
9-
"hugoblox.hugoblox-studio"
9+
"ownable.ownable"
1010
]
1111
}
1212
},
@@ -22,4 +22,4 @@
2222
"label": "Hugo Server"
2323
}
2424
}
25-
}
25+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ https://github.com/user-attachments/assets/a6b676c0-1c10-4734-a55f-68c6f72d1612
2727
<p align="center">
2828
<a href="https://discord.gg/z8wNYzb"><img src="https://img.shields.io/discord/722225264733716590?label=Join%20Discord&style=social" alt="Discord"></a>
2929
<a href="https://github.com/HugoBlox/kit"><img src="https://img.shields.io/github/stars/HugoBlox/kit?label=Star%20HugoBlox&style=social" alt="GitHub Stars"></a>
30-
<a href="https://x.com/LoreLabs_"><img src="https://img.shields.io/twitter/follow/LoreLabs_?label=Follow&style=social" alt="Follow on X"></a>
30+
<a href="https://x.com/MakeOwnable"><img src="https://img.shields.io/twitter/follow/MakeOwnable?label=Follow&style=social" alt="Follow on X"></a>
3131
</p>
3232

3333
---

config/_default/module.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ imports:
1313
mounts:
1414
- source: hugo-blox/blox/community
1515
target: layouts/_partials/blox/community/
16-
includeFiles: '**.html'
16+
files:
17+
- '**.html'
1718
- source: hugo-blox/blox/all-access
1819
target: layouts/_partials/blox/
19-
includeFiles: '**.html'
20+
files:
21+
- '**.html'
2022
- source: hugo-blox/blox
2123
target: assets/dist/community/blox/
22-
includeFiles: '**.css'
24+
files:
25+
- '**.css'
2326
- source: layouts
2427
target: layouts
2528
- source: assets

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/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652
7-
github.com/HugoBlox/kit/modules/blox v0.0.0-20260124040029-77f7678f08ac
7+
github.com/HugoBlox/kit/modules/blox v0.0.0-20260219145709-764756ab501c
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.154.5'
2+
hugo_version: '0.156.0'
33
deploy:
44
# Deployment target: github-pages, netlify, vercel, cloudflare, or none
55
host: 'github-pages'

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

0 commit comments

Comments
 (0)