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) ---