I’ve read through the directory structure and content organisation at Hugo Documentation | Hugo , and an image relating to website content should go in /static/images, right ?
That is, local server , and reflecting the structure at hugo-theme-zen/static/images at main · frjo/hugo-theme-zen · GitHub
The content .md has ![Test post](images/testpost_image.png "Photo by ***** from Pexels")
Yet I cannot get it to display. I have tried changing the .md line to ![Test post](testpost_image.png "Photo by ***** from Pexels")
, moved the image to a number of different paths, like exampleSite/content/documentation/images
, gone through all the issues that contain the string “image” , read the docs on the site, etc,etc.
Still no image displayed. I checked the sites using the theme and yes, it can be done. Obviously something simple I guess.
Cache ? I have Firefox set to clear cookies, cache, everything on exit. Have exited a few times, Ctrl-C on the local server, restarted that. The theme looks great and the installation went fine, no problems.
Considering the .md file content, I wonder where Hugo is looking for the image ?
hugo version
hugo v0.94.0-63B23660+extended linux/amd64 BuildDate=2022-03-10T09:46:36Z VendorInfo=gohugoio
As per GitHub - frjo/hugo-theme-zen: A fast and clean Hugo theme with css-grid and Hugo pipes support. - @frjo please
Later … I ran this
hugo server --debug --source=exampleSite --themesDir=../..
nothing in the output that indicates the image not found though.