nstrayer / datadrivencv

R package for building customizable CVs from spreadsheets
http://nickstrayer.me/datadrivencv/
Other
594 stars 178 forks source link

online version is the actual path in my PC #28

Closed LainPardo closed 4 years ago

LainPardo commented 4 years ago

When setting the html_location, I imagine one should have an actual online version of the cv, right? or should one create this "page" before in order to have the online version? It seems I still have the actual path in my computer for the HTML output (i.e. file:///C:/Users/admin/Hoja%2....html not a "...me/cv"

thanks!

ps. I just created a note at the end of my resume (small cv) where I want to link the long cv, but had to use my google drive file (pdf of my cv)

nstrayer commented 4 years ago

Yeah. You'll want to use the hosted version for the HTML. The easiest way is by using Github pages with a repo you have for storing your CV. So something like https://lepardov2020.github.io/cv/cv.html. That way whenever you update it your hosted version automatically updates as well.