1
0
jcktrue.dk/Makefile

13 lines
266 B
Makefile
Raw Normal View History

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