technicat / jsonresume-theme-even-more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonresume-theme-even-more

Additions to the even theme by Rafael Bardini.

  • fix for first day of the month displaying as the previous month
  • include region (state) in location display
  • display skill levels
  • handle experimental additions to the JSON schema, e.g. images for projects.

Installation

npm install jsonresume-theme-even-more

See example.

Standalone usage

Even_more comes with a barebones CLI that reads resumes from stdin and outputs HTML to stdout. This allows usage without any resume builder tools:

cat resume.json | npx jsonresume-theme-even-more > resume.html

About

License:MIT License


Languages

Language:JavaScript 57.2%Language:Handlebars 30.7%Language:CSS 11.7%Language:Shell 0.4%