josephhutch/aether

Using local images for background does not work.

Closed this issue · 2 comments

The following does not work, maybe because it's a gif, maybe because it's a locally-hosted image ?

In config.toml

... 
homeimg = "/home/user/blog/static/img/background.gif"
bgimg = "/home/user/blog/static/img/background.gif"
...

Thanks for your work !

@N07070, Image paths are in respect to the root Hugo project directory. In your case, I think you need img/background.gif.

Indeed, perfect !