shaansubbaiah / Portfolio

👤 Automatically generate and deploy a beautiful, responsive, static-site to display your GitHub projects.
MIT License
82 stars 13 forks source link

Download avatar #24

Closed AFink closed 3 years ago

AFink commented 3 years ago

As I said in #23 , I would like to serve everything locally, so we could download the avatar in build.js (variable dt.user.avatarUrl) and store it into /dist/assets/png/avatar.png. Then we dont need build.js line 86-96 anymore.

Also a nice first issue, but I can also work on it by myself.

shaansubbaiah commented 3 years ago

Yeah this can be done, makes more sense than loading the Google font locally. I guess then a user should also be able to select a local picture while setting up the config.

shaansubbaiah commented 3 years ago

I'll mark this open for Hacktober.

shaansubbaiah commented 3 years ago

Fix in progress -> #29