1
0

Make file update

This commit is contained in:
2022-03-25 14:39:38 +01:00
parent 7bb92b80dc
commit bd951fc248
4 changed files with 11 additions and 7 deletions

5
Makefile Normal file

@ -0,0 +1,5 @@
update:
hugo mod get -u ./...
images:
FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp