Skip to content

megaconfidence/confidence.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

confidence.sh

My personal blog built with Hugo and Congo

Updating Modules

To download any module update, please run:

 hugo mod get -u

Clear module cache:

hugo mod clean

Converting Images To Webp

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

Notes

Thumbnails

Resolution: 1600x840px Icon: 512x512px

About

My personal website built with Hugo and styled with Congo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages