From 5f10b5ebc5bb3baa914433709ed2c202e714910d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 28 Aug 2016 10:38:14 +0100 Subject: [PATCH] fix spellcheck --- .spelling | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.spelling b/.spelling index d2fc87c..78f03be 100644 --- a/.spelling +++ b/.spelling @@ -55,3 +55,8 @@ til A.L.I.C.E ethernet everyones +_path +screenfetch +img +header.jpg +desktop.txt diff --git a/Makefile b/Makefile index b711964..c367ba2 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ lint: spellcheck: $(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