Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cageyv/cageyv.github.io

Portfolio
https://github.com/cageyv/cageyv.github.io

Last synced: 19 days ago
JSON representation

Portfolio

Awesome Lists containing this project

README

        

## Portfolio Landing Page
https://cageyv.github.io/

## Notes
- Image optimization via imagemagick: `mogrify -path output -quality 90 -strip -define jpeg:extent=200KB *.jpeg`
- Image conversion: `find ./ -type f -name '*.png' -exec sh -c 'cwebp -q 85 $1 -o "${1%.png}.webp"' _ {} \;`