This repo contains the source-code and results of my CV built with the pagedown package and has been adapted from the fantastic example supplied by Nick Strayer. The continuous integration and updating portions are also thanks to helpful examples from Sam Abbot
The main files are:
Render_CV.R
: The script for rendering both html and pdf versions of the CVConnell_CV.Rmd
: Source template for the CV, contains a variablePDF_EXPORT
in the header that changes styles for pdf vs html.Connell_CV.html
: The final exported html of the template.SheaConnell_CV.pdf
: The final exported pdf as rendered by Chrome on OSX. Links are put in footer and notes about online version are added.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.
- Fork, clone or download the zip of this repo to your machine with RStudio.
- Go through and personalize the supplementary text in the Rmd you desire.
- Using your spreadsheet editor of choice, replace the rows of
positions.csv
with your positions. - Render final documents with
Render_CV.R