Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cageyv/cageyv.github.io
Portfolio
https://github.com/cageyv/cageyv.github.io
Last synced: 19 days ago
JSON representation
Portfolio
- Host: GitHub
- URL: https://github.com/cageyv/cageyv.github.io
- Owner: cageyv
- License: apache-2.0
- Created: 2020-05-21T10:07:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T14:53:20.000Z (4 months ago)
- Last Synced: 2024-10-13T00:57:37.204Z (about 1 month ago)
- Language: HTML
- Size: 53 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"' _ {} \;`