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
- Most icons come from the
fontawesome5
TeX package [with documentation]. - Some are custom made (those not in
fontawesome5
).- Find an open-licensed SVG vector on https://www.svgrepo.com
- Ensure whitespace is cropped from the SVG
viewBox
: https://svgcrop.com/ - Minify and strip the resulting SVG: https://jakearchibald.github.io/svgomg/
- Convert svg to png:
inkscape --export-type png -w 1024 --export-filename /path/to/new.png /path/to/my.svg
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!