Replies: 1 comment 2 replies
-
So I have been banging my head around this too as this is my first time using this theme and hugo. Tried many ways to get this to work. Even going as far as using previous versions of hugo. Anywho, after generating the site and inspecting the The picture I referenced was in cover:
image: /images/lazyboy.jpg
# image: "/images/lazyboy.jpg"
hiddenInList: true hugo and theme version that is working for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
So, I am trying to use the cover image feature. I store my images in "assets/images", but the image won't show up, and I do not understand why.
For my Profile image, I also store it inside assets/images, and when I use it as cover, it works. But anything else won't work.
If I use an image from the static directory, it works. You can see my different test in the front-matter.
I don't know if this is a bug of if I am just missing something, because afaik, I just did exactly the same as what is done in the exampleSite.
Also, I do not understand why it tries to get the image from /projects//images/** sometimes, and sometimes directly from /images/**
Front-matter:
hugo.yaml:
Directory structure:
Beta Was this translation helpful? Give feedback.
All reactions