rbardini / jsonresume-theme-even

A flat JSON Resume theme, compatible with the latest resume schema
https://jsonresume-theme-even.rbrd.in
MIT License
25 stars 31 forks source link

Missing type in projects #5

Closed felipecrs closed 1 year ago

felipecrs commented 3 years ago

Hi,

As per the schema:

"projects": [
  { 
    "type": // e.g. 'volunteering', 'presentation', 'talk', 'application', 'conference'
   }
]

This field does not seem to appear in the rendered theme.

rbardini commented 3 years ago

I'm not sure how to represent this. Right now we have:

https://github.com/rbardini/jsonresume-theme-even/blob/28d6f247d67e1e9f3ca4bf2a7514a9a09f4681c5/partials/projects.hbs#L15-L22

Any suggestions?

felipecrs commented 3 years ago

I also don't know... maybe if we could find a theme which already uses it but I doubt there is one.