A format based loosely on Awesome-CV created with Hugo.
- Runs on Github Pages (deployment workflow is available in the source tree.)
- Mobile / Desktop viewing formats
- Printer-friendly font selection;
Apple SF Pro DisplayInter (a free alternative to Apple's SF Pro Display). FontAwesome is also used for social icons. - Prints accurately from both mobile and desktop to standard A4 ( Fits 1-2 pages, probably more if necesarry.)
- GH Workflow automatically exports a PDF; see PDF section.
The contents of your resume should be put in content/_index.md
with respect to the TOML format that is provided in the placeholder for that file.
- Print to PDF works sufficiently
- The GitHub workflow uses a script to export the resume as a PDF using Selenium WebDriver and Google Chrome running in headless mode. It can be retrieved for example from: https://cv.paige.bio/dl/cv.pdf
- It seems to work reasonably well even with Workday but feel free to open an issue if you think this can be improved.