This repository contains my CV written in LaTeX.
Build the PDF file with a pre-built image from GitHub Container Registry:
docker run -v $(pwd):/data ghcr.io/vascoguita/cv:latestAlternatively, build the Docker image locally and use it to build the PDF file:
docker build -t cv .
docker run -v $(pwd):/data cvRequirements: TeX Live, reuse, checkmake, and markdownlint-cli2.
Build the PDF file with:
make