From 03d6f18b41b7507401f8ab1447f1efe3804b4a10 Mon Sep 17 00:00:00 2001 From: mal-tee <45886910+mal-tee@users.noreply.github.com> Date: Thu, 23 Sep 2021 16:31:47 +0200 Subject: [PATCH 1/3] higher image quality, tweak webp hint --- config/_default/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/_default/config.toml b/config/_default/config.toml index a8dbff7c5..984555d5a 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -13,3 +13,7 @@ timeout = "500s" [markup.goldmark] [markup.goldmark.renderer] unsafe = true + +[imaging] +quality = 80 +hint = "picture" From bca53752a9946678c2143cf4371aa03de3c27956 Mon Sep 17 00:00:00 2001 From: mal-tee <45886910+mal-tee@users.noreply.github.com> Date: Fri, 24 Sep 2021 11:09:24 +0200 Subject: [PATCH 2/3] bump hugo to 88.1 --- .circleci/config.yml | 8 ++++---- netlify.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 408f7e95f..4536e4302 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,8 +22,8 @@ jobs: build: executor: docker_hugo_node environment: - - HUGO_VERSION: '0.85.0' - - HUGO_BINARY: hugo_extended_0.85.0_linux-64bit + - HUGO_VERSION: '0.88.1' + - HUGO_BINARY: hugo_extended_0.88.1_linux-64bit steps: - run: command: | @@ -57,8 +57,8 @@ jobs: docker: - image: cypress/base:13.8.0 environment: - - HUGO_VERSION: '0.85.0' - - HUGO_BINARY: hugo_extended_0.85.0_linux-64bit + - HUGO_VERSION: '0.88.1' + - HUGO_BINARY: hugo_extended_0.88.1_linux-64bit steps: - run: command: | diff --git a/netlify.toml b/netlify.toml index a2ef4b3f5..e05981287 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,13 +3,13 @@ publish = "public" command = "./deploy.sh" [context.production.environment] -HUGO_VERSION = "0.85.0" +HUGO_VERSION = "0.88.1" YARN_VERSION = "1.22.4" [context.deploy-preview.environment] -HUGO_VERSION = "0.85.0" +HUGO_VERSION = "0.88.1" YARN_VERSION = "1.22.4" [context.branch-deploy.environment] -HUGO_VERSION = "0.85.0" +HUGO_VERSION = "0.88.1" YARN_VERSION = "1.22.4" From fda1b5d7fcec04993dee62142c1434719dcaaa27 Mon Sep 17 00:00:00 2001 From: Malte <45886910+mal-tee@users.noreply.github.com> Date: Fri, 24 Sep 2021 23:47:09 +0200 Subject: [PATCH 3/3] Update config.toml --- config/_default/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 984555d5a..77196170a 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -15,5 +15,4 @@ timeout = "500s" unsafe = true [imaging] -quality = 80 hint = "picture"