Go to file
Rafael Bardini 4215edf015 0.17.1 2022-09-26 01:28:19 +02:00
.github/workflows chore(deps): update dependencies 2022-01-30 23:56:58 +01:00
.husky chore(deps): update dependencies 2021-07-18 15:38:09 +02:00
bin feat(esm): migrate to ESM 2021-11-05 18:48:45 +01:00
partials fix(layout): dim meta content 2021-11-11 10:43:03 +01:00
tap-snapshots/test feat(layout): stretch single grid lists 2022-03-08 13:02:56 +01:00
test chore(deps): update dependencies 2022-05-13 16:18:00 +02:00
.eslintrc.json feat(esm): migrate to ESM 2021-11-05 18:48:45 +01:00
.gitignore feat(esm): migrate to ESM 2021-11-05 18:48:45 +01:00
.lintstagedrc.json Fix lint-staged glob pattern 2020-07-08 19:38:09 +02:00
.nvmrc build(node): use latest Node.js LTS version 2021-03-05 10:34:26 +01:00
.nycrc.json Move coverage reporter options to .nycrc.json 2020-07-05 17:17:27 +02:00
.prettierignore Build and deploy demo 2020-07-05 18:21:09 +02:00
.prettierrc.json Add formatting 2020-07-05 14:40:45 +02:00
LICENSE 0.1.0 2018-10-06 14:50:02 +02:00
README.md docs(readme): remove example links 2022-09-26 01:27:04 +02:00
index.js fix(date): format dates using UTC time zone (#15) 2022-09-26 01:14:17 +02:00
netlify.toml Fix Netlify build command 2020-07-05 18:27:17 +02:00
package-lock.json 0.17.1 2022-09-26 01:28:19 +02:00
package.json 0.17.1 2022-09-26 01:28:19 +02:00
resume.hbs feat(about): move about section to header 2021-07-05 20:55:45 +02:00
style.css feat(layout): stretch single grid lists 2022-03-08 13:02:56 +01:00

README.md

jsonresume-theme-even

npm package version Build status Deploy status Code coverage Dependencies status

A flat JSON Resume theme, compatible with the latest resume schema. Inspired by jsonresume-theme-flat.

  • 💄 Markdown support
  • 📐 CSS grid layout
  • 🌗 Light and dark modes
  • 🧩 Standalone CLI
  • 📦 ESM and CommonJS builds

View demo →

Installation

npm install jsonresume-theme-even

Usage

With resume-cli

resume-cli comes with Even and uses it by default, so you don't even (pun intended) need to install the theme yourself:

npm install resume-cli
npx resume export resume.html

With Resumed

Resumed requires you to install the theme, since it does not come with any by default. It will then automatically load and use Even when rendering a resume:

npm install resumed jsonresume-theme-even
npx resumed render

Standalone usage

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

npx jsonresume-theme-even < resume.json > resume.html