jsonresume-theme-even

A flat theme for JSON Resume, compatible with the bleeding edge resume schema

Usage no npm install needed!

<script type="module">
  import jsonresumeThemeEven from 'https://cdn.skypack.dev/jsonresume-theme-even';
</script>

README

jsonresume-theme-even

npm package version Build status Deploy status Code coverage

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

See example.

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:

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

See example.