Skip to content

Commit

Permalink
Merge pull request #65 from datacarpentry/update-theme
Browse files Browse the repository at this point in the history
update theme
  • Loading branch information
maneesha authored Jan 8, 2025
2 parents 088cf79 + e52c9f2 commit a7b404a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/datacrpentry/new-website

go 1.18

require github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 // indirect
require github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf
github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA=
github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 h1:2VMnWbTlM/WFG03qAfLMIWQvi4mgzHotitKMJ+asGMk=
github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA=
github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5 h1:T0GzpWZB5tFEv3T7wsNlVJoz+CWnigU21p5i/O96gFw=
github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA=
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ publish = "public"
command = "hugo --environment staging --minify"

[build.environment]
GO_VERSION = "1.14"
GO_VERSION = "1.18"
NODE_VERSION = "21.1.0"
HUGO_VERSION = "0.123.7"
HUGO_VERSION = "0.139.2"
[context]

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

0 comments on commit a7b404a

Please sign in to comment.