fix spellchecking

This commit is contained in:
Robert Kaussow 2020-07-07 18:59:05 +02:00
parent d8e60de0c7
commit 08a288f5f0
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 1 deletions

4
.dictionary Normal file
View File

@ -0,0 +1,4 @@
[G|g]eekblog
hugo-book
Kaussow
DevOps

View File

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