aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-17 16:36:35 -0400
committertdro <tdro@noreply.example.com>2022-06-17 16:36:35 -0400
commita586014294b33d86a7f961c0b7daf82f46cb1e99 (patch)
tree68ab87627e3ed1aeae469a69b05d0f28807bc978 /Makefile
parentbb237e534bf75f1b26b0b1b3ff245af19f36cc38 (diff)
downloadcanory-a586014294b33d86a7f961c0b7daf82f46cb1e99.tar.gz
canory-a586014294b33d86a7f961c0b7daf82f46cb1e99.tar.bz2
canory-a586014294b33d86a7f961c0b7daf82f46cb1e99.zip
Makefile: Turn on template metrics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcf84cc..9507479 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ js:
hugo:
rm -rf public
- hugo && hugo
+ hugo --templateMetrics && hugo --templateMetrics
rm -f .hugo_build.lock
server: