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 ./...
|
|
|
|
|
2022-09-22 12:32:36 +00:00
|
|
|
serve_ide:
|
2023-08-18 19:18:53 +02:00
|
|
|
hugo serve -b "https://1313.ide.jcktrue.dk/"
|
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
|