2023-05-22 13:20:26 +00:00
|
|
|
default: build
|
|
|
|
|
|
|
|
build:
|
|
|
|
hugo --minify --gc --cleanDestinationDir
|
|
|
|
|
2022-03-25 14:39:38 +01:00
|
|
|
update:
|
|
|
|
hugo mod get -u ./...
|
|
|
|
|
2025-03-03 12:21:52 +00:00
|
|
|
serve:
|
|
|
|
hugo serve -b "https://ide.jcktrue.dk/proxy/1313" --appendPort=false -p 1313
|
2022-09-22 12:32:36 +00:00
|
|
|
|
2022-03-25 14:39:38 +01:00
|
|
|
images:
|
|
|
|
FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp
|