sproogen / modern-resume-theme

A modern static resume template and theme. Powered by Jekyll and GitHub pages.
https://sproogen.github.io/modern-resume-theme/
MIT License
2.09k stars 1.4k forks source link

Please add Button to download the Resume.pdf from the page. #163

Closed VicharSharma closed 1 year ago

VicharSharma commented 2 years ago

On top right corner or somewhere, request you to please add a clickable download resume button , which will download the resume.pdf.

Haki-Malai commented 2 years ago

This is very simple you can do it yourself! Create the pdf/cv.pdf file. Edit the _config.yml file. Add link for download. For example:

# Additional icon links
additional_links:
- title: Pdf Download
  icon: far fa-file-pdf
  url: https://github.com/{your github username}/{your repo name}/raw/main/pdf/cv.pdf

Good luck! :)

tahaiqbalkhan9 commented 2 years ago

Below worked for me, create a folder "resources" on root of the project, copy in your pdf cv.pdf:

additional_links:
- title: Pdf Download
  icon: far fa-file-pdf
  url: https://<domain>/resources/cv.pdf
Haki-Malai commented 2 years ago

That is pretty cleaner ngl but hey "if it works, it works!"

sproogen commented 1 year ago

Seems like a good option that has been suggested so closing.