LaTeX based CV files. Includes a Dockerfile for ease of use.
- TeX 95.1%
- Dockerfile 3.7%
- Emacs Lisp 1.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
chore: added virtualization experience chore: added Kotlin, removed PGSQL, minor text change, added attributes for visual pdf diff chore: adjusted skill level for visualization chore: added cleaner skills presentation feat: added multilang support chore: ignore .idea directory chore: added LICENSE file; improved license reference to work this project is based upon; added SPDX headers feat: added dockerfile to generate PDF data chore: updated license related info fix: added missing dependencies to generate CV in french chore: improved QoL when using make and Dockerfile chore: updated with latest position; switched to dual pages layout; some rewording chore: updated README chore: updated skills sections chore: update current employment chore: replaced Makefile with Taskfile.yml and added Awesome-CV class source feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles fix: modified TL package sourcesanspro to sourcesans |
||
| .auctex-auto | ||
| 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