This is my CV, made with ❤️ and web technologies. Check it out!
Alejandro Avilés' CV: cv.pdf
Why did I go this way? I started adjusting Adrien Friggeri's LaTeX template, but as soon as I tried to incorporate new visual decorations and more responsive styles I run into very hard to debug problems. Since one of my guilty pleasures is solving UI puzzles with web technologies, I challenged myself with building my CV with Nunjucks, a templating engine, Sass, a CSS preprocessor, and finally printing it from a headless browser. This is the happy result.
To print this CV make sure you have the following software installed in your machine:
Then, from a terminal, run the following command to produce the cv.pdf
file:
make print
Note that the print script is currently macOS only. If you are running this from a Linux machine you can try the experimental printing from Docker. To do so, make sure that you also have Docker installed in your machine and then run the following command:
make print-docker
Feel free to fork this repo and adapt my CV if you would like to use it as a template for yours! If you do so, these are the files you probably want to change: