Skip to content

Commit

Permalink
Update hugo and go
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rklynk committed Oct 18, 2024
1 parent 5a30191 commit 9a34729
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true,
"version": "0.134.2"
"version": "0.136.2"
}
},

Expand Down
1 change: 1 addition & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ params:
author: samsepi0l
# author: ["Me", "You"] # multiple authors
images: ["/simpleprivacy_banner.jpg"]
social: true
DateFormat: "2 January 2006"
defaultTheme: dark # dark, light
disableThemeToggle: false
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build.environment]
HUGO_VERSION = "0.134.2"
HUGO_VERSION = "0.136.2"
NODE_ENV = "production"
GO_VERSION = "1.23.1"
GO_VERSION = "1.23.2"
TZ = "Europe/Paris" # Set to preferred timezone

[context.deploy-preview]
Expand Down

0 comments on commit 9a34729

Please sign in to comment.