This repo contains the source-code and results of my CV built with the pagedown package and a modified version of the 'resume' template.
The main files are:
gill_cv.Rmd
: Source template for the cv, contains a variablePDF_EXPORT
in the header that changes styles for pdf vs html.gill_cv.html
: The final output of the template when the header variablePDF_EXPORT
is set toFALSE
.positions.csv
: A csv with columns encoding the various fields needed for a position entry in the CV. A columnsection
is also available so different sections know which rows to use.css/
: Directory containing the custom CSS files used to tweak the default 'resume' format from pagedown. (Fromnstrayer/cv
.)parsing_functions.R
: Functions used to parse and properly format position data. (Fromnstrayer/cv
.)strayer_template/
: Original CV and resume documents forked fromnstrayer/cv
.
Special thanks to Nick Strayer for providing his pagedown CV template on GitHub and adding customization instructions.