From f1908d9a97addebc9f29cdafa29cdc039da98293 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 21 Jul 2020 23:15:48 +0200 Subject: [PATCH] fix spellchecking --- .dictionary | 8 ++++++++ .drone.yml | 4 ++-- .markdownlint.yml | 6 ++++++ content/contact.md | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 .dictionary create mode 100644 .markdownlint.yml diff --git a/.dictionary b/.dictionary new file mode 100644 index 0000000..0e0372c --- /dev/null +++ b/.dictionary @@ -0,0 +1,8 @@ +Kaussow +GDPR +hugo-geekblog +Hetzner +Minio +S3 +thegeeklab +backend diff --git a/.drone.yml b/.drone.yml index d59b6e1..abab133 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: image: node:lts-alpine commands: - npm install -g spellchecker-cli - - spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions + - spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title tags --no-suggestions environment: FORCE_COLOR: true NPM_CONFIG_LOGLEVEL: error @@ -114,6 +114,6 @@ depends_on: --- kind: signature -hmac: e220fd19fcc087ca1cd9ac3bee409d70776ab5ebf4f926f962bc2856fe6a64f3 +hmac: cadb7bad9f783ad249bb496ee2aaea04403e56b18b9249fb84e3f1b091e2f2ef ... diff --git a/.markdownlint.yml b/.markdownlint.yml new file mode 100644 index 0000000..b59a114 --- /dev/null +++ b/.markdownlint.yml @@ -0,0 +1,6 @@ +--- +default: True +MD013: False +MD041: False +MD004: + style: dash diff --git a/content/contact.md b/content/contact.md index eb73646..4904f31 100644 --- a/content/contact.md +++ b/content/contact.md @@ -2,7 +2,7 @@ title: "Get in touch" --- -- E-Mail: mail [ett] thegeeklab.de +- E-Mail: mail [ett] thegeeklab.de - Matrix: [@xoxys:rknet.org](https://matrix.to/#/@xoxys:rknet.org) - XMPP: xoxys\@trashserver.net