This is a repository for my resume project, integrated into my CD server.
main.tex
: main file containing preamble, title and content inclusions;content.tex
: pure content file, without boilerplate code;title.tex
: file containing the style for the document.
The PDF file is built through a continues delivery system, which ensures the latest code is compiled to a document.
The CD server published the build product at this address, where documents from other integrated repositories will be uploaded.
I've chose Drone as the CD server because its ease of set up through Linux Containers; the base image used during the compile step is a custom TexLive install, which you can learn more about here.
You may just use the make all
command in the repository's root and you will get the PDF file in the pdf folder. The requirements to compile are the following:
- a texlive installation newer than 2019;
- make;
- latexmk.
In the devel
branch there will be the work in progress for this document.