Generate a pdf resume using Jakes template from JSON input
-
Fill in the src/input/resume.json file with resume information following the _template.json format \
- any inputs that are in the form of an array ([]) can have additional elements added
- all arrays are composed of string elements e.g ["One", "Two"]
- links to linkedin and github must be prefixed with "http://" or "https://"
-
Install the Docker engine on your system
-
Run the following command
docker build -t jakes-jenerator . && docker run -v $(pwd)/src/output:/app/src/output --rm jakes-jenerator
- Navigate to src/output for the generated .tex file and .pdf both with the name jakes_resume.{pdf,tex}
- Must have Docker installed