From 512a268c9b83bd292dfda784e39597e058ccbd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 26 Sep 2022 22:10:03 +0100 Subject: [PATCH] upgraded hugo version --- config.toml | 2 +- exampleSite/content/docs/hosting-deployment/index.md | 4 ++-- netlify.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 0abcc234..b6843151 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ [module.hugoVersion] extended = true min = "0.87.0 " - max = "0.103.1" \ No newline at end of file + max = "0.104.1" \ No newline at end of file diff --git a/exampleSite/content/docs/hosting-deployment/index.md b/exampleSite/content/docs/hosting-deployment/index.md index 9d4547a3..13daf77c 100644 --- a/exampleSite/content/docs/hosting-deployment/index.md +++ b/exampleSite/content/docs/hosting-deployment/index.md @@ -99,11 +99,11 @@ Then in the root of your site repository, create a `netlify.toml` file: TZ = "UTC" # Set to preferred timezone [context.production.environment] - HUGO_VERSION = "0.100.2" + HUGO_VERSION = "0.104.1" HUGO_ENV = "production" [context.deploy-preview.environment] - HUGO_VERSION = "0.100.2" + HUGO_VERSION = "0.104.1" ``` This configuration assumes you are deploying Blowfish as a Hugo module. If you have installed the theme using another method, change the build command to simply `hugo --gc --minify -b $URL`. diff --git a/netlify.toml b/netlify.toml index 6322f78c..c07b17a4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,17 +8,17 @@ HUGO_THEME = "repo" TZ = "Portugal/Lisbon" [context.production.environment] -HUGO_VERSION = "0.100.2" +HUGO_VERSION = "0.104.1" HUGO_ENV = "production" [context.deploy-preview] command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.100.2" +HUGO_VERSION = "0.104.1" [context.branch-deploy] command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.100.2" \ No newline at end of file +HUGO_VERSION = "0.104.1" \ No newline at end of file