My personal resume, written in LaTeX. Two versions are provided: a web version, and a printable version without solid colored blocks.
Install the prerequisite packages:
$ sudo apt install fonts-roboto latexmk make texlive-latex-recommended texlive-xetex
Clone the repo, and run make from the root directory:
$ git clone https://github.com/justingallagher/resume.git
$ cd resume
$ make
This project uses a modified version of a template created by Adrian Friggeri. While the original has been removed, you can find my version of the .cls file as well as the original distribution license in the /template
folder.