You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked that your feature request isn't already filed?
I read through FAQ and searched through the past issues, none of which addressed my feature request.
Yes, I have checked that this feature request isn't already filed.
Description & Motivation
It would a good addition if there is a way in which if I add a link to my resume in the cv.md file, the cv page on the website automatically redirects to the link. And if I have a pdf file in the assests directory, it points to that.
Pitch
People might have different ways of maintaining their resumes/CVs. I like to keep my different versions in the cloud. So when there is an update to my resume and I have to update it on my website, I need to download the pdf and update it in the assets/pdf directory. I find it more convenient to just update the link of my resume in the cv.md file (since I already have them in the cloud with shareable links).
Alternatives
I think the solution to this should be a straightforward if/else condition. I can work on it and raise a PR.
Have you checked that your feature request isn't already filed?
Description & Motivation
It would a good addition if there is a way in which if I add a link to my resume in the
cv.md
file, the cv page on the website automatically redirects to the link. And if I have a pdf file in theassests
directory, it points to that.Pitch
People might have different ways of maintaining their resumes/CVs. I like to keep my different versions in the cloud. So when there is an update to my resume and I have to update it on my website, I need to download the pdf and update it in the
assets/pdf
directory. I find it more convenient to just update the link of my resume in thecv.md
file (since I already have them in the cloud with shareable links).Alternatives
I think the solution to this should be a straightforward if/else condition. I can work on it and raise a PR.
Additional context
No response
Edit: Just raised a PR that solves this (#2826)
The text was updated successfully, but these errors were encountered: