-
Notifications
You must be signed in to change notification settings - Fork 3.9k
How can i display images in any of tab say publication? #3272
-
I am trying to display image in the profile tab.
I am using image, it does have a heading for this but the image is not shown. I have checked the /images/x.png exists.
Also in the CV tab I want to link my resume pdf, I added that in the .md file but the pdf link shows 404 not found.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 11 replies
-
The link you provided returns a 404 error - can you link to your repository? Most likely it's a pathing issue that's simple to fix once you see how the files are orgnaized.
Beta Was this translation helpful? Give feedback.
All reactions
-
I did - but this is still 404 not found.
Beta Was this translation helpful? Give feedback.
All reactions
-
Your website is being deployed as https://hub2nature.github.io/hub2nature - this is also why https://hub2nature.github.io is returning a 404 error - and is messing up some of the pathing. In the _config.yml the configuration should be:
url : "https://hub2nature.github.io" baseurl : ""
When that deploys https://hub2nature.github.io should work as a URL all of the paths should work as intended.
Beta Was this translation helpful? Give feedback.
All reactions
-
Actually, mistakenly I created a repo with same name which is why the repo became https://hub2nature.github.io/hub2nature . And if I make baseurl " " then the webpage is messed https://hub2nature.github.io/hub2nature/year-archive/ . Is there any way I can fix it?
Beta Was this translation helpful? Give feedback.
All reactions
-
Try deleting the other repository, updating the settings, and redeploying the one that you want to keep.
Beta Was this translation helpful? Give feedback.
All reactions
-
I just fixed it. Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1