This is a simple one-page resume template/framework written in LaTeX geared towards undergraduate cs students. Meant to easily compile and update the resume as the repository changes over time, it can be used in conjunction with the template already loaded or with others.
To fully utilize git's functionality as a living resume hosting service, this template is meant to be used with a simple resume written in some form of tex such as the Cline-Resume or the Deedy-Resume, and allow the user to easy automation of building and updating his/her resume in a format to display on a website or to propigate to other platforms.
The preloaded resume template is of my own design noticing how the resume templates above might not address all the concerns that a computer science student may have, such as full keyword association for companies that scrape resumes and the ability to update different portions of a resume without looking through hundred of lines of tex.
I hope that the resume accomplishes its design goals of being clean, simple, and have ability to draw attention to details.
Requires: A LaTeX distribution and GNU Make
Note: The makefile is currently set to use LuaLaTeX to compile the pdf
Commands:
make
This will output a pdf file in the output directory named appropriately based on the configs provided and the time it was compiled
In the future I hope to add support for other tex distributions and add it to the makefile