Produces a CV in the HTML format using various styles of the markdown-cv template: https://github.com/elipapa/markdown-cv
markdowncv(..., theme = c("kjhealy", "blmoore", "davewhipp", "ccbaumler"))
Arguments passed to cv_document
.
The style used in the CV (matches the prefix of CSS files). The "kjhealy" theme is inspired by @kjhealy's vita template, "blmoore" is from @blmoore's md-cv template, and "davewhipp" is @davewhipp's theme which notably has dates right aligned.
An R Markdown output format object.