fix spellcheck
This commit is contained in:
parent
9c2026e868
commit
5f10b5ebc5
2 changed files with 6 additions and 1 deletions
|
@ -55,3 +55,8 @@ til
|
||||||
A.L.I.C.E
|
A.L.I.C.E
|
||||||
ethernet
|
ethernet
|
||||||
everyones
|
everyones
|
||||||
|
_path
|
||||||
|
screenfetch
|
||||||
|
img
|
||||||
|
header.jpg
|
||||||
|
desktop.txt
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ lint:
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
$(NODE_BIN)/mdspell --en-gb -ranx theme/templates/**/*.* theme/templates/*.*
|
$(NODE_BIN)/mdspell --en-gb -ranx theme/templates/**/*.* theme/templates/*.*
|
||||||
$(NODE_BIN)/mdspell --en-gb -ranx content/**/*.* content/*.*
|
$(NODE_BIN)/mdspell --en-gb -ranx content/**/*.md content/*.md content/**/*.html content/*.html
|
||||||
|
|
||||||
|
|
||||||
upload: build
|
upload: build
|
||||||
|
|
Reference in a new issue