jsonresume / resume-schema

JSON-Schema is used here to define and validate our proposed resume json
http://jsonresume.org
MIT License
2.15k stars 278 forks source link

How to use the image field ? #449

Closed mathisgauthey closed 2 years ago

mathisgauthey commented 2 years ago

Hi everyone, I'm using the kendall theme for generating my resume. I can't manage to make the image field to work. I tried many :

It appears to be using my gravatar by default. Changing the field in the resume.json doesn't do anything. How to make it work from a local picture ? Thanks in advance !

mathisgauthey commented 2 years ago

Edit : It appears that using the following "picture": "relative_path_to_image.jpg", instead of "image":"", is working. Sorry for bothering, as always I spend time searching, I post a question online, and find the solution immediately.