1
0
jcktrue.dk/Makefile
Jens True 45cf133669
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Theme update.
2023-08-18 19:18:53 +02:00

13 lines
247 B
Makefile

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