mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-24 05:50:40 +00:00
fix spellchecking
This commit is contained in:
parent
d8e60de0c7
commit
08a288f5f0
4
.dictionary
Normal file
4
.dictionary
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[G|g]eekblog
|
||||||
|
hugo-book
|
||||||
|
Kaussow
|
||||||
|
DevOps
|
@ -122,7 +122,7 @@ steps:
|
|||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install -g spellchecker-cli
|
- 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:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
Loading…
Reference in New Issue
Block a user