Skip to content

Automated resume builder from .json into .pdf and .html formats based on jsonresume project.

License

Notifications You must be signed in to change notification settings

telnoiko/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspired by https://github.com/paskal/resume.

Simple automated resume builder

Enjoy your local Resume.io 🤩

Use cases:

  • separate data and the view for cv
  • create pdf versions on the fly
  • use different themes
  • serve cv from the web-site

Usage

Just fork/download, update resume.json, then use provided commands to build nice resume locally.

Prerequisites

  • Docker installed

Set Theme

Set THEME in config file to one of existing themes

To build JSON Resume local image

Run from the console from the project root directory

make image

Preview generated resume on localhost:4000

make serve

Build resume in HTML format

make html

Build resume in PDF format

There are 2 options. First one is "native" and the second one was found during development and potentially more customisable. The default one provides better result, v2 is left for further investigations.

make pdf

This version requires html file created in cv directory

make html
make pdf_v2

To create new resume.json template

Rename or delete existing resume.json, then

make init

About

Automated resume builder from .json into .pdf and .html formats based on jsonresume project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published