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