Skip to content

Commit 646512a

Browse files
authored
Merge pull request #57 from LibraryCarpentry/update-theme
update theme
2 parents b53c356 + 0b9290a commit 646512a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/LibraryCarpentry/lc-new-website
22

33
go 1.18
44

5-
require github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 // indirect
5+
require github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf
1818
github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA=
1919
github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 h1:2VMnWbTlM/WFG03qAfLMIWQvi4mgzHotitKMJ+asGMk=
2020
github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA=
21+
github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5 h1:T0GzpWZB5tFEv3T7wsNlVJoz+CWnigU21p5i/O96gFw=
22+
github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA=

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ publish = "public"
33
command = "hugo --environment staging --minify"
44

55
[build.environment]
6-
GO_VERSION = "1.14"
6+
GO_VERSION = "1.18"
77
NODE_VERSION = "21.1.0"
8-
HUGO_VERSION = "0.123.7"
8+
HUGO_VERSION = "0.139.2"
99
[context]
1010

1111
[context.production]
@@ -29,4 +29,4 @@ command = "hugo --environment staging --minify -b $DEPLOY_URL"
2929
publish = "public"
3030
port = 8888
3131
targetPort = 1313
32-
framework = "#custom"
32+
framework = "#custom"

0 commit comments

Comments
 (0)