From 6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 13 May 2022 02:43:31 -0400 Subject: Makefile: Bring up Nu validator Initial validation before things get out of hand. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3