LaTeX based CV files. Includes a Dockerfile for ease of use.
- TeX 96.4%
- Dockerfile 3.6%
| licenses | ||
| parts | ||
| source_patches | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| awesome-cv.cls | ||
| curriculum-en.pdf | ||
| curriculum-English.dict | ||
| curriculum-fr.pdf | ||
| curriculum-French.dict | ||
| curriculum.tex | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| Taskfile.yml | ||
Curriculum
Requirements
- Docker v20+ with buildkit enabled.
- Task
- curl
Usage
# The only command needed to generate / update the PDF documents:
task
# all documents will be fetched from the build containers and copied in this directory;
# the containers are then discarded.
Advanced usage
# to update dependencies (e.g. Awesome-CV class)
task update
# to generate only for one language
task build:en
task build:fr
# to remove existing PDF and existing containers
task clean
# to remove the docker images as well as the running the `clean` recipe
task dist-clean
# To (re)build the image
task image:build