Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How can i display images in any of tab say publication? #3272

Unanswered
hub2nature asked this question in Q&A
Discussion options

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.

You must be logged in to vote

Replies: 1 comment 11 replies

Comment options

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.

You must be logged in to vote
11 replies
Comment options

I did - but this is still 404 not found.

Comment options

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.

Comment options

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?

Comment options

Try deleting the other repository, updating the settings, and redeploying the one that you want to keep.

Comment options

I just fixed it. Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #3271 on August 26, 2025 01:59.

AltStyle によって変換されたページ (->オリジナル) /