Jens True
ee5a00829e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
13 lines
257 B
Makefile
13 lines
257 B
Makefile
default: build
|
|
|
|
build:
|
|
hugo --minify --gc --cleanDestinationDir
|
|
|
|
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
|