Skip to content

Commit 59797a9

Browse files
author
Splitter
committed
starters: upgrade to support Hugo breaking changes
1 parent 5c143c7 commit 59797a9

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/publish.yaml

+1-1
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.126.3'
4+
WC_HUGO_VERSION: '0.135.0'
55

66
on:
77
# Trigger the workflow every time you push to the `main` branch

config/_default/hugo.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ build:
5555
writeStats: true
5656
enableGitInfo: false
5757
summaryLength: 30
58-
paginate: 10
58+
pagination:
59+
pagerSize: 10
5960
enableEmoji: true
6061
enableRobotsTXT: true
6162
footnotereturnlinkcontents: <sup>^</sup>

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240602133901-492e343c2a33
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327
88
)

hugoblox.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
hugo_version: '0.126.3'
2+
hugo_version: '0.135.0'

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.126.3"
6+
HUGO_VERSION = "0.135.0"
77
HUGO_ENABLEGITINFO = "true"
88

99
[context.production.environment]

0 commit comments

Comments
 (0)