- Modern Python 3.x
- Pandoc
- Google Chrome
brew install php
brew install exiftool
The source Markdown (README.md
) is always the most up-to-date. It contains some HTML blocks with the following CSS classes: .cv
, .short
, and .web
.
- Blocks with the
.web
class display on GitHub as a README, but is hidden in the PDF versions. - Blocks with the
.cv
class display in the long-form "CV" style résumé..short
and.web
are hidden. - Blocks with the
.short
class display in the shorter-form "American" style résumé..cv
and.web
are hidden. - There are two "frame" templates which load the same generated-HTML, but each load different stylesheets to show/hide content as appropriate.
-
Run the local web server.
make serve
-
Generate the Microsoft Word, HTML, and PDF versions from the Markdown.
make build pdf