-
Notifications
You must be signed in to change notification settings - Fork 104
Custom URL for your CV
Once you have forked the repo and modified and deployed your CV, the direct URL to the CV will be something like <username>.github.io/<repo-name>/cv.pdf
but if you want to have a cleaner looking, easy to remember URL, here's what you can do:
Register an easy to remember URL for your CV. Else if you already have a domain for your personal website, maybe you can use a subdomain for your CV (If your website is your-name.com
you can use cv.your-name.com
for your CV)
Create a CNAME entry for your repo by modifying the CNAME
file in the main
branch. This file should only contain the custom domain like cv.your-name.com
. Add the URL like this:
![Screenshot 2023-04-17 at 11 14 02 PM](https://user-images.githubusercontent.com/2485715/232567458-023236e3-7dee-46f2-a99c-646a6422a880.png)
Modify the index.html
which is in the main
branch of the autoCV
repo. Modify the URL as shown here. Let's say you want the subdomain to be cv.your-name.com
the URL here would become https://cv.your-name.com/cv.pdf
![Screenshot 2023-04-17 at 7 12 49 PM](https://user-images.githubusercontent.com/2485715/232502626-9bd25bf4-b6cd-436e-82e0-17a7a5a951c8.png)
Publish these changes and now you can go to cv.your-name.com
and it will redirect to your cv.pdf
file