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