Skip to content

Commit 247b111

Browse files
author
Splitter
committed
starters: update
1 parent b1cb883 commit 247b111

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-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.125.2'
4+
WC_HUGO_VERSION: '0.126.1'
55

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

config/_default/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ permalinks:
6767
categories: '/category/:slug/'
6868
disableAliases: true
6969
outputs:
70-
home: [HTML, RSS, WebAppManifest, headers, redirects]
70+
home: [HTML, RSS, WebAppManifest, headers, redirects, backlinks]
7171
page: [HTML]
7272
section: [HTML, RSS]
7373
imaging:

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.20240420214532-11a51f8e9f01
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240518201414-971f297e4612
88
)

hugoblox.yaml

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

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.125.2"
6+
HUGO_VERSION = "0.126.1"
77
HUGO_ENABLEGITINFO = "true"
88

99
[context.production.environment]

0 commit comments

Comments
 (0)