1
0
jcktrue.dk/Makefile
Jens True 62df82a31a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update theme. Remove sail-library section
2022-09-22 12:32:36 +00:00

8 lines
191 B
Makefile

update:
hugo mod get -u ./...
serve_ide:
hugo serve --port 443 -b "https://443.ide.jcktrue.dk/"
images:
FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp