Skip to content

slugstack/jsonresume-theme-straightforward

Repository files navigation

jsonresume-theme-straightforward

A straightforward jsonresume theme. Uses resumed as the cli runner.

Fork freely, make it your own.

examples

usage

npm install jsonresume-theme-straightforward

npx resumed export resume.pdf -t jsonresume-theme-straightforward
npx resumed render -o resume.html -t jsonresume-theme-straightforward

building local

npm install
npm test

npm run export:html

npm install is required before running any exports or tests. This theme installs itself as a local file:. dependency so that resumed can resolve it by package name.

Note that running npm run export:pdf will result in a different binary every time it's run, even if the source hasn't changed. So it's not the most reliable indicator of differences.