LaTeX based CV files. Includes a Dockerfile for ease of use.
  • TeX 95.1%
  • Dockerfile 3.7%
  • Emacs Lisp 1.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
NaeiKinDus f029c26922
feat: LaTex CV
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
2026-07-22 00:00:00 +00:00
.auctex-auto feat: LaTex CV 2026-07-22 00:00:00 +00:00
licenses feat: LaTex CV 2026-07-22 00:00:00 +00:00
parts feat: LaTex CV 2026-07-22 00:00:00 +00:00
source_patches feat: LaTex CV 2026-07-22 00:00:00 +00:00
.dockerignore feat: LaTex CV 2026-07-22 00:00:00 +00:00
.gitattributes feat: LaTex CV 2026-07-22 00:00:00 +00:00
.gitignore feat: LaTex CV 2026-07-22 00:00:00 +00:00
awesome-cv.cls feat: LaTex CV 2026-07-22 00:00:00 +00:00
curriculum-en.pdf feat: LaTex CV 2026-07-22 00:00:00 +00:00
curriculum-English.dict feat: LaTex CV 2026-07-22 00:00:00 +00:00
curriculum-fr.pdf feat: LaTex CV 2026-07-22 00:00:00 +00:00
curriculum-French.dict feat: LaTex CV 2026-07-22 00:00:00 +00:00
curriculum.tex feat: LaTex CV 2026-07-22 00:00:00 +00:00
Dockerfile feat: LaTex CV 2026-07-22 00:00:00 +00:00
LICENSE feat: LaTex CV 2026-07-22 00:00:00 +00:00
README.md feat: LaTex CV 2026-07-22 00:00:00 +00:00
Taskfile.yml feat: LaTex CV 2026-07-22 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