My Curriculum Vitae built with the pagedown package.
index.Rmd
: Source template for the CV, contains a variablePDF_EXPORT
in the header that is used to changes styles for the pdf and html formats.index.html
: The final output of the CV template when the header variablePDF_EXPORT
is set toFALSE
. View it at likarajo.github.io/cv.rajarshi_cv.pdf
: The PDF version of the online CV when it is printed as PDF. Links are put in footer and link to the online version is specified in the sidebar.resume.Rmd
: Source template for a single page resume.resume.html
: The final output of the resume template when the header variablePDF_EXPORT
is set toFALSE
. View it at likarajo.github.io/cv/resume.html.rajarshi_resume.pdf
: The PDF version of the online resume when it is printed as PDF.my_data.csv
: A csv with columns containing the various fields needed for an entry in the CV. A columnsection
is used to identify the different entries of projects, jobs, blogs, education, etc.css/
: Directory containing the custom CSS files used to tweak the default 'resume' format from pagedown.
- Fork this repo to your machine with RStudio.
- Customize the
index.Rmd
for CV andresume.Rmd
for resume. - Edit the rows of
my_data.csv
with your own data. - Print each unique
section
(as encoded in thesection
column ofmy_data.csv
) in your.Rmd
with the commandmy_data %>% print_section('section_name')
. - Knit to html using
- Print the html as pdf using Chrome browse.