My personal blog built with Hugo and Congo
To download any module update, please run:
hugo mod get -u
Clear module cache:
hugo mod clean
Install cwebp
sudo apt install webp #Ubuntu
sudo dnf install libwebp-tools #Fedora
Then run this command to convert all images in the current directory to webp
with a quality of 50
for file in ./*; do cwebp -q 90 "$file" -o "${file%.*}.webp"; done
Resolution: 1600x840px
Icon: 512x512px