A repository containing the LaTeX source of Spencer Imbleau's résumé and coverletter matter. Tested and deployed with GitHub Actions.
Deployment is automated by GitHub Actions.
-
Pushes to
maintrigger a new release of the latest résumé 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 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 cover letter:
make coverletter
-
Build all:
make all
-
Purge all:
make clean
-
Open PDFs:
make open
- Most icons come from the
fontawesome5TeX 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!