This project contains the code to generate Saffat Hasan
's resume.
- I disliked writing Latex AND writing fancy summary bullets
- I had no (good) way to keep track of old resumes
- I fell into the sunken cost fallacy.
I've achieved a reasonable level of decoupling of data from formatting (data structure is still coupled). You can see that there are two different formats:
templates/resume.tex
templates/resume-simple.tex
This project also leverages Github Actions to automatically generate the PDFs as build artifacts. The project automatically deploys the artifacts (resume PDFs) to the Github Pages and to Drexel's student servers (tux).
See docs/build.md
templates
contains the template to be renderedresources
contains my personal datasrc
contains Python code that renderstemplates
totex
filesMakefile
contains a singlerun
target which generates resumes locally
resources/data.yml
is owned by me. Please do not use except as a template.
All other code under MIT.
templates/resume-simple.tex
Thanks to @jakeryank and @sb2nov
templates/resume.tex
Thanks to @dnl-blkv