https://github.com/andersy005/cv
Curriculum Vita / Resume
https://github.com/andersy005/cv
Last synced: 9 months ago
JSON representation
Curriculum Vita / Resume
- Host: GitHub
- URL: https://github.com/andersy005/cv
- Owner: andersy005
- Created: 2018-02-27T15:19:32.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T16:22:46.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:37:46.543Z (about 1 year ago)
- Language: HTML
- Homepage: https://cv.andersonbanihirwe.dev
- Size: 19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My pagedown rendered CV
[](https://github.com/andersy005/cv/actions/workflows/build.yaml)
- [My pagedown rendered CV](#my-pagedown-rendered-cv)
- [Dependencies](#dependencies)
- [Building it](#building-it)
## Dependencies
- [pagedown](https://pagedown.rbind.io/)
- [datadrivencv](http://nickstrayer.me/datadrivencv/)
## Building it
```r
# install.packages("devtools")
devtools::install_github("nstrayer/datadrivencv")
```
```r
# run ?datadrivencv::use_datadriven_cv to see more details
datadrivencv::use_datadriven_cv(
full_name = "Anderson Banihirwe",
data_location = "https://docs.google.com/spreadsheets/d/10wYJwHo-xOG1U-V0xrf6mGBlVZwAX2rLOG4IS4D9ikQ",
pdf_location = "https://github.com/andersy005/cv/raw/master/banihirwe_cv.pdf",
html_location = "andersonbanihirwe.dev/cv/",
source_location = "https://github.com/andersy005/cv"
)
```