Skip to content

thocleval/CV-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dynamically generate CVs using various templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.2%
  • HTML 39.5%
  • Shell 2.3%