From 9a34729dc92a0cd6519fc23eeca0ae663946b472 Mon Sep 17 00:00:00 2001 From: d4rklynk Date: Fri, 18 Oct 2024 06:10:04 +0000 Subject: [PATCH] Update hugo and go --- .devcontainer/devcontainer.json | 2 +- config.yml | 1 + netlify.toml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9d67e45..59168ff 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "0.134.2" + "version": "0.136.2" } }, diff --git a/config.yml b/config.yml index 0bd011a..f3e0917 100644 --- a/config.yml +++ b/config.yml @@ -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 diff --git a/netlify.toml b/netlify.toml index 6047747..a7d1f49 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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]