Skip to content

Commit b6bf694

Browse files
author
Splitter
committed
chore(templates): bump modules and Hugo
1 parent 451aa12 commit b6bf694

6 files changed

Lines changed: 20 additions & 21 deletions

File tree

.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.159.1",
3+
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.159.2",
44
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
55
"postCreateCommand": "pnpm --version && hugo version",
66
"customizations": {

LICENSE.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2023-present George Cushen (https://neuralgeo.com/)
3+
Copyright © 2016-Present [**Lore Labs**](https://lore.tech).
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
1111

1212
The above copyright notice and this permission notice shall be included in all
1313
copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
  
1515
<a href="https://hugoblox.com/templates/?open=dev-portfolio&loading=true&utm_source=github&utm_medium=readme">Live Demo</a>
1616
&nbsp;&nbsp;
17-
<a href="https://docs.hugoblox.com/guides/studio/">HugoBlox Studio (Visual Editor)</a>
17+
<a href="https://docs.hugoblox.com/guides/studio/">Ownable CMS (Visual Editor)</a>
1818
</p>
1919

2020

@@ -71,7 +71,7 @@ Deploy this template in ~60 seconds:
7171

7272
- [Deploy in browser →](https://hugoblox.com/templates/dev-portfolio/start?utm_source=github&utm_medium=readme)
7373

74-
### Option 2 — HugoBlox Studio (visual editor in VS Code)
74+
### Option 2 — Ownable CMS (visual editor in VS Code)
7575

7676
- [Studio guide →](https://docs.hugoblox.com/guides/studio/?utm_source=github&utm_medium=readme)
7777
- [Studio AI automation plans (Free/Plus/Pro) →](https://hugoblox.com/pricing/?utm_source=github&utm_medium=readme)

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-20260327032542-ef8ed449c7e8
7-
github.com/HugoBlox/kit/modules/blox v0.0.0-20260327043553-76023f9461b1
6+
github.com/HugoBlox/kit/modules/integrations/netlify v1.3.0
7+
github.com/HugoBlox/kit/modules/blox v0.12.0
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.159.1'
2+
hugo_version: '0.159.2'
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.159.1"
24+
HUGO_VERSION = "0.159.2"
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)