From 08a288f5f077ceda5fad5d28865f7e3acc9341e7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Jul 2020 18:59:05 +0200 Subject: [PATCH] fix spellchecking --- .dictionary | 4 ++++ .drone.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .dictionary diff --git a/.dictionary b/.dictionary new file mode 100644 index 0000000..43e7bb7 --- /dev/null +++ b/.dictionary @@ -0,0 +1,4 @@ +[G|g]eekblog +hugo-book +Kaussow +DevOps diff --git a/.drone.yml b/.drone.yml index 0648c6b..93e934a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -122,7 +122,7 @@ steps: image: node:lts-alpine commands: - npm install -g spellchecker-cli - - spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions + - spellchecker --files 'exampleSite/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