Hi! I’m new to Hugo and I’m just trying to add a new image into a page I created. First, I added the image in the static/img folder. If I add a subfolder (e.g. static/img/deveopers) and I move the image there, my site automatically breakes with the follwoing error:
file does not exist. Hugo Static Site Generator v0.59.1-D5DAB232 windows/amd64 BuildDate: 2019-10-31T15:22:43Z Reload Page
So I just leave the image at the static/img folder and try to reference it from my page:
![demo](/img/search_extension_point.jpg)
Hi! I’m new to Hugo and I’m just trying to add a new image into a page I created. First, I added the image in the static/img folder. If I add a subfolder (e.g. static/img/deveopers) and I move the image there, my site automatically breakes with the follwoing error:
file does not exist. Hugo Static Site Generator v0.59.1-D5DAB232 windows/amd64 BuildDate: 2019-10-31T15:22:43Z Reload Page
So I just leave the image at the static/img folder and try to reference it from my page:
<img src="img/search_extension_point.jpg" alt="demo" class="img-responsive">
And, in both cases, there is no image being displayed.
Any idea what can be causing that? Should I register the images first?
Thanks in advance,
And, in both cases, there is no image being displayed.
Any idea what can be causing that? Should I register the images first?
Thanks in advance,