LaTeX based CV files. Includes a Dockerfile for ease of use.
  • TeX 96.4%
  • Dockerfile 3.6%
Find a file
2024-07-25 00:00:00 +00:00
licenses chore: replaced Makefile with Taskfile.yml and added Awesome-CV class source 2024-07-22 00:00:00 +00:00
parts feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
source_patches feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
.dockerignore feat: added dockerfile to generate PDF data 2022-12-04 00:00:00 +00:00
.gitattributes Update: added Kotlin, removed PGSQL, minor text change, added attributes for visual pdf diff 2020-10-21 16:51:13 +02:00
.gitignore chore: ignore .idea directory 2022-12-03 00:00:00 +00:00
awesome-cv.cls feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
curriculum-en.pdf feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
curriculum-English.dict feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
curriculum-fr.pdf feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
curriculum-French.dict feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
curriculum.tex feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
Dockerfile feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00
LICENSE chore: updated license related info 2023-05-25 00:00:00 +00:00
README.md chore: replaced Makefile with Taskfile.yml and added Awesome-CV class source 2024-07-22 00:00:00 +00:00
Taskfile.yml feat!: switched to a new CV template, added relevant tasks and patching system to CV source file to get full colored section titles 2024-07-25 00:00:00 +00:00

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