Replies: 2 comments
-
Typically it's better to try and render the PDF in the bowser and give people the option to download it, but triggering a download should look something like this: If file does not load below, <a href="{{ site.baseurl }}/files/cv.pdf">try downloading (pdf).</a> |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe you can edit your main:
- title: "CV"
- url: /files/CV.pdf Note that this will not delete the generation of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I would prefer for clicking the CV to download my cv.pdf file stored in my files/ directory instead of opening the Markdown or JSON webpage with CV information. How can I do this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions