Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.07 KB

Readme.md

File metadata and controls

50 lines (31 loc) · 1.07 KB

CV generator

Dynamically generate CVs using various templates.


Templates

Modern

alt text

Gradient

alt text

Article

alt text

Add yours ?


How to use

Customisation

Use the different .pug files in ./content to add your own details.

PDF generation

The resume is generated from .pug and .scss to .pdf with RelaxedJS

If need to install it, run :

# Installation of dependency
npm i -g relaxedjs

Then simply run the script

# Generating CVs
./generate.sh

This will generate a 'PDFs' directory containing all your generated CVs, Enjoy !

Make it you own

Don't be afraid to tinker with it, change colours, type-faces, etc. The sky is the limit !

Disclaimer : Due to the nature of CVs these templates are quite fragiles and depend a lot on the content you put in. It might not come out perfectly the first time you use this but don't give up it's usually easy to fix.