Skip to content
/ cv Public

CV - Resume

Notifications You must be signed in to change notification settings

lapostoj/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV

Author: lapostoj

Contact: jerome.lapostolet@gmail.com

Description

Html version of my CV (non filtered) used to generate PDF versions by keeping only the relevant parts depending on the context of the application.

Usage

You need to have docker installed.

Build the docker image by running

docker build -t cv-generate .

Run the image in a container with the current folder being mounted to /root/out.

docker run --name cv-generate --rm --mount type=bind,source="$(pwd)",target=/root/out -it cv-generate bash

The generated pdf will be in the current folder as cv.pdf.

Releases

No releases published

Packages

No packages published

Languages