Make file update
This commit is contained in:
5
Makefile
Normal file
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
|
Reference in New Issue
Block a user