rbardini / jsonresume-theme-even

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

feat(projects): display project type and keywords #18

Closed roschaefer closed 1 year ago

roschaefer commented 1 year ago

Motivation

I'm using keywords extensively in my CV. It turns out that resume-schema specifies these for projects too. I would expect the reference implementation here to do something with it.

How to test

  1. npm run test
  2. Test pass

or

  1. npm run build:demo
  2. http-server public
  3. Visit localhost:8080
  4. See keywords GoogleMaps, Chrome Extension, Javascript and type application

image

rbardini commented 1 year ago

This is great, thanks @roschaefer! I reformatted the code to make the PR smaller—most of the code is not following Prettier yet.

I also moved the tag list below project highlights, and declared a default value for keywords to avoid things breaking if keywords are not defined in the resume.

rbardini commented 1 year ago

Released in v0.20.0!