resume-schema icon indicating copy to clipboard operation
resume-schema copied to clipboard

Certificates section missing

Open pcranger opened this issue 3 years ago • 2 comments

Im using resume-cli v3.0.6 The sample json provided here https://jsonresume.org/schema/ include a certificate section that my resume-cli won't render Some issues mentioned putting in the meta section but i couldn't render any section in that way either Thomas mentioned that these sections will be supported

awards and certifications will be supported in v1

Originally posted by @thomasdavis in https://github.com/jsonresume/resume-schema/issues/341#issuecomment-729764455

Will these be updated in the future?

pcranger avatar Mar 08 '22 16:03 pcranger

I think this is specific to the theme that you are rendering. Some themes are rather dated and do not handle the certificates section at all. Eg: flat theme https://github.com/erming/jsonresume-theme-flat/blob/master/style.css

Elegant, on the other hand, does support certificates.

akmalharith avatar Mar 27 '22 15:03 akmalharith

Hey! akmalharith is right, it is supported and part of the schema already. It's just a matter of using or developing a theme that that utilizes that data.

I think the reason some themes miss it is that they were developed before those properties were added, but the maintainer never updated to match it.

SethFalco avatar May 15 '22 22:05 SethFalco