/jsonresume-theme-pure

A pure and modern JSON Resume theme

Primary LanguageHandlebarsMIT LicenseMIT

jsonresume-theme-pure

A pure JSON Resume theme, using a modern Javascript dev stack (vite, tailwindCSS)

Demo deployed on Netlify: https://tiny-hummingbird-69b970.netlify.app/

Suitable for European CV:

  • Personal information like date of birth and profile image (sigh, we are not there yet...)
  • European date format

How to use

Clone this example with degit, install dependencies, create and render resume:

npx degit rbardini/resumed/examples/with-local-theme
npm install
npm run init
npm start