aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-13 02:43:31 -0400
committertdro <tdro@noreply.example.com>2022-05-13 02:43:31 -0400
commit6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb (patch)
treedfd8a9c0b6ba597a0428d1520a74bd0fd5711754 /Makefile
parent93197de690932d966457cc07682398e592421643 (diff)
downloadcanory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.tar.gz
canory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.tar.bz2
canory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.zip
Makefile: Bring up Nu validator
Initial validation before things get out of hand.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c2e8546..1714f52 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,9 @@ else
grep -rl "Default" data/authors/$(user).yaml | xargs sed --in-place "s/Default/$$_name/g"
endif
+test:
+ validatornu public/index.html
+
icons:
rm -rf static/icons
mkdir -p static/icons/feather static/icons/tabler