From fe1bb380729cd32fe35ecb1a6820afbe67e4abde Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 9 Nov 2021 16:52:06 -0500 Subject: [PATCH] Upgrade packages, including hugo-extended (#893) * Upgrade packages, including hugo-extended * Add extra margin due to markdown processor changes --- .gitignore | 1 + .htmltest.yml | 3 ++- assets/scss/_grpc.scss | 1 + package.json | 10 +++++----- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8638d55..8c81bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Hugo default output directory +.hugo_build.lock /public /resources diff --git a/.htmltest.yml b/.htmltest.yml index 40e1c9c..a5cf14a 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -1,6 +1,7 @@ DirectoryPath: public -IgnoreDirectoryMissingTrailingSlash: true IgnoreAltMissing: true +IgnoreDirectoryMissingTrailingSlash: true +IgnoreInternalEmptyHash: true # At least until the following is fixed: https://github.com/gohugoio/hugo/issues/9149 CheckDoctype: false # Sadly, this is false only because of `google*.html` IgnoreURLs: - ^https?://localhost diff --git a/assets/scss/_grpc.scss b/assets/scss/_grpc.scss index cb749f8..f5df42b 100644 --- a/assets/scss/_grpc.scss +++ b/assets/scss/_grpc.scss @@ -243,6 +243,7 @@ c - Component (Aware of its content/context...) .grpc-logo { max-height: 8rem; max-width: 65%; + margin-bottom: 1rem; } .used-by-logo { diff --git a/package.json b/package.json index f69d082..69f3f0d 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ "submodule:update": "git submodule update --remote --recursive --depth 1" }, "devDependencies": { - "autoprefixer": "^10.3.1", - "hugo-extended": "0.82.0", - "netlify-cli": "^6.6.1", - "postcss": "^8.3.6", - "postcss-cli": "^8.3.1" + "autoprefixer": "^10.4.0", + "hugo-extended": "^0.89.2", + "netlify-cli": "^6.14.19", + "postcss": "^8.3.11", + "postcss-cli": "^9.0.2" } }