From 7aa072eab97f4f3be1421d57531d51b8062fd740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 12 Mar 2022 13:45:59 +0100 Subject: [PATCH] netlify: Hugo 0.94.2 --- content/en/templates/render-hooks.md | 4 ++-- netlify.toml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/templates/render-hooks.md b/content/en/templates/render-hooks.md index 4c80a44f0..57c2efa06 100644 --- a/content/en/templates/render-hooks.md +++ b/content/en/templates/render-hooks.md @@ -29,7 +29,7 @@ The hook kinds currently supported are: You can define [Output-Format-](/templates/output-formats) and [language-](/content-management/multilingual/)specific templates if needed. Your `layouts` folder may look like this: -```bash +```goat { class="black f7" } layouts └── _default └── _markup @@ -138,7 +138,7 @@ The rendered html will be You can add a hook template for either all code blocks or for a specific type/language (`bash` in the example below): -```bash +```goat { class="black f7" } layouts └── _default └── _markup diff --git a/netlify.toml b/netlify.toml index ad3776a84..c24462f40 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,28 +3,28 @@ publish = "public" command = "hugo --gc --minify" [context.production.environment] -HUGO_VERSION = "0.94.1" -HUGO_ENV = "production" +HUGO_VERSION = "0.94.2" +HUGO_ENV = "production"{ HUGO_ENABLEGITINFO = "true" [context.split1] command = "hugo --gc --minify --enableGitInfo" [context.split1.environment] -HUGO_VERSION = "0.94.1" +HUGO_VERSION = "0.94.2" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.94.1" +HUGO_VERSION = "0.94.2" [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.94.1" +HUGO_VERSION = "0.94.2" [context.next.environment] HUGO_ENABLEGITINFO = "true"