yizeng / jekyll-theme-simple-texture

A gem-based responsive simple texture styled Jekyll theme.
https://yizeng.github.io/jekyll-theme-simple-texture/
MIT License
189 stars 216 forks source link

Support new svg format of simple-icons #28

Open yizeng opened 5 years ago

yizeng commented 5 years ago

https://simpleicons.org/

pkeir commented 5 years ago

I created a bash script to download and scale svg icons from simple-icons.org, before converting them to png, and outputing a SassScript (CSS) fragment with background colour information; suitable for insertion into your _social-icons.scss file. I'm working under Ubuntu. 18.10. Here's an example invocation:

bash simple-icons-png.sh strava bitbucket "Adobe Acrobat Reader"

I've put the script in a gist here.