aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-25 16:31:26 -0400
committertdro <tdro@noreply.example.com>2023-08-25 16:33:16 -0400
commit59199d7c7b428031222af8e85c4e3aa4c7022459 (patch)
tree53d11409999c78ace6ab378e24defe1140374b5a /Makefile
parent04aa9273763a8738ad6ca10e06b72f094a00a3b8 (diff)
downloadcanory-59199d7c7b428031222af8e85c4e3aa4c7022459.tar.gz
canory-59199d7c7b428031222af8e85c4e3aa4c7022459.tar.bz2
canory-59199d7c7b428031222af8e85c4e3aa4c7022459.zip
shell: Update hugo to version 0.117.0
Update <nixpkgs> sources
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 572906b..e2b8d27 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,10 @@ js:
hugo:
rm -rf public
- hugo --templateMetrics && hugo --templateMetrics
+ hugo --logLevel debug --templateMetrics --templateMetricsHints
+ hugo --logLevel debug --templateMetrics --templateMetricsHints
+# strace --decode-fds --trace=write hugo --logLevel debug --templateMetrics --templateMetricsHints 2>&1 | grep -v -- ---
+# strace --decode-fds --trace=write hugo --logLevel debug --templateMetrics --templateMetricsHints 2>&1 | grep -v -- ---
rm -f .hugo_build.lock
server: