From 006ee32cdc549d65b83a34757fa10a701c89ec5f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 20 May 2022 14:58:25 +0200 Subject: [PATCH 1/2] ci: switch to linkchecker --- .drone.yml | 4 ++-- .linkcheckignore | 1 + .../docker-port-publishing-for-localhost-bindings/index.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .linkcheckignore diff --git a/.drone.yml b/.drone.yml index c065703..ee9bbea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,12 +41,12 @@ steps: - name: testbuild image: thegeeklab/hugo:0.97.3 commands: - - hugo --panicOnWarning -b http://localhost/ + - hugo --panicOnWarning -b http://localhost:8000/ - name: link-validation image: thegeeklab/link-validator commands: - - link-validator -ro + - link-validator --nice --external --skip-file .linkcheckignore environment: LINK_VALIDATOR_BASE_DIR: public/ diff --git a/.linkcheckignore b/.linkcheckignore new file mode 100644 index 0000000..da30e68 --- /dev/null +++ b/.linkcheckignore @@ -0,0 +1 @@ +https://matrix.to/.* diff --git a/content/posts/2020/docker-port-publishing-for-localhost-bindings/index.md b/content/posts/2020/docker-port-publishing-for-localhost-bindings/index.md index a85b2d2..1c9756e 100644 --- a/content/posts/2020/docker-port-publishing-for-localhost-bindings/index.md +++ b/content/posts/2020/docker-port-publishing-for-localhost-bindings/index.md @@ -15,7 +15,7 @@ resources: params: anchor: Center credits: > - [Andy Li](https://unsplash.com/@andasta) on + Andy Li (@andasta) [Unsplash](https://unsplash.com/s/photos/container) --- -- 2.24.4 From ef2c8308e2d62dabe3361ab0a92d3b2288c8ade3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 20 May 2022 15:06:39 +0200 Subject: [PATCH 2/2] sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ee9bbea..08c3770 100644 --- a/.drone.yml +++ b/.drone.yml @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 67a15612dbb19906722e53b0203f6eea732d73a200bed1fb2d7013b93710c612 +hmac: 184a4ce9d1ed31bbe840d2913d4126ebcc6188a26782741684b5f530001ab396 ... -- 2.24.4