panr / hugo-theme-terminal

A simple, retro theme for Hugo
MIT License
1.96k stars 737 forks source link

Can't access images in deployed site #441

Closed EmilyGraceSeville7cf closed 2 weeks ago

EmilyGraceSeville7cf commented 1 year ago

Here is my site, and there is an image. I use it here. When I run hugo server everything looks fine:

image

But after deployment I get just git man text instead of the actual image. I don't get where things go wrong to fix it.

I've asked about this issue on Hugo forum and got the answer:

You’ll need to contact the theme author to fix the other stuff that’s broken.

arnobsanzam commented 1 year ago

Hi, can you please tell me how you embedded the image? I am having trouble adding an image.

EmilyGraceSeville7cf commented 1 year ago

I've put it in about/ directory and referred to it like this.

Hugo bundles helped me to avoid this issue described in the original post, BTW.

arnobsanzam commented 1 year ago

Thank you so much, fixed the issue.

EmilyGraceSeville7cf commented 1 year ago

@panr, can u mention commit which closed this issue? Thanks!

panr commented 1 year ago

Sorry, I thought the issue was fixed. But also this doesn't look like something related to the theme. I wanted to check it for myself, but the links you provided don't work for me (404).

EmilyGraceSeville7cf commented 1 year ago

@panr, I've updated links, can u check my site to reproduce the issue?