Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.69 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.69 KB

Resume build style

This project contains the code to generate Saffat Hasan's resume.

Motivation

Why?

  • 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.

What This Project Accomplishes

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).

How to Build

See docs/build.md

Folder Structure

  • templates contains the template to be rendered
  • resources contains my personal data
  • src contains Python code that renders templates to tex files
  • Makefile contains a single run target which generates resumes locally

License

resources/data.yml is owned by me. Please do not use except as a template.

All other code under MIT.

Credits

templates/resume-simple.tex Thanks to @jakeryank and @sb2nov

templates/resume.tex Thanks to @dnl-blkv