A repository containing the LaTeX source of Spencer Imbleau's résumé, curriculum vitae, and coverletter matter. Tested and deployed with GitHub Actions.
Deployment is automated by GitHub Actions.
- Pushes to
main
trigger a new release of the latest résumé, cv, and cover letter, available in several formats.Artifact Link Mirror Résumé https://simbleau.github.io/resume/resume.html https://simbleau.github.io/resume/ Résumé, Embedded https://simbleau.github.io/resume/resume-embed.html https://simbleau.github.io/resume/embed.html Résumé, Download https://github.com/simbleau/resume/releases/download/latest/resume.pdf CV https://simbleau.github.io/resume/cv.html CV, Embedded https://simbleau.github.io/resume/cv-embed.html CV, Download https://github.com/simbleau/resume/releases/download/latest/cv.pdf Cover letter https://simbleau.github.io/resume/coverletter.html Cover letter, Embedded https://simbleau.github.io/resume/coverletter-embed.html Cover letter, Download https://github.com/simbleau/resume/releases/download/latest/coverletter.pdf - Manually pushed releases also trigger workflows to upload artifacts.
- Build the résumé:
make resume
- Build the cirriculum vitae:
make cv
- Build the cover letter:
make coverletter
- Build all:
make all
- Purge all:
make clean
- Open PDFs:
make open
This project is MIT licensed. You are within your rights to fork my résumé and use it as your own, although you should probably change my name to yours!