It will be easy if we share our resume link to others than sharing the PDF file .I will share the steps which i followed to host mine.So it will be helpful to others.
prerequisite: GitHub account
So what we are trying to achieve is something similar to https://kekayan.github.io/resume/ .Own a website which have your resume PDF .
1.Create a public repository
follow this link https://github.com/new . so you ll see a site similar to this,now create a repo and name it as “resume”.
2.Upload your resume PDF file
After you created the repo . you will see like above screenshot.There click upload files. And upload and commit your pdf as shown below
3.Get the pdf’s link
click the PDF file in your repo . you will see something similar to this.There right click in the download button and copy the link by “copy link address”
4. Create a HTML file to view the pdf
replace “YOUR LINK HERE” with your copied link.
5.Github pages
Now to go to the settings of the resume github repo.find the github pages settings and activate it for the master branch.You will see something like this
Finally you can see your resume in your site :)