From a5fc33e60e4ba006a4003929b30eb8788c8eef0b Mon Sep 17 00:00:00 2001 From: Alex Miranda <alexandermichaelmiranda@gmail.com> Date: Fri, 29 Aug 2025 10:57:06 +0000 Subject: [PATCH] Upstreaming updates to theme to be compatible with Hugo v0.146.0 >= (#981) --- netlify.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/netlify.toml b/netlify.toml index f4766ba..85b0156 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL" [build.environment] -HUGO_VERSION = "0.142.0" +HUGO_VERSION = "0.148.2" HUGO_THEME = "repo" [context.deploy-preview] -- Gitblit v1.10.0