1
0
Files
jcktrue.dk/Makefile
Jens True a4868fba44
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Signal link in contact
2025-03-03 12:21:52 +00:00

13 lines
275 B
Makefile

default: build
build:
hugo --minify --gc --cleanDestinationDir
update:
hugo mod get -u ./...
serve:
hugo serve -b "https://ide.jcktrue.dk/proxy/1313" --appendPort=false -p 1313
images:
FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp