Add image url

Hi, i´m new in hugo and i want to add an image in my .md file, but it doesn´t work i tried with many optioins and nothing.
Also i´m using a theme (hyde-hyde) so its a little complicated to know in which folder i should save the image, i hope someone can help me!!!

Put the image in /static in your project, then reference it. Example:

 /static/images/myimage.jpg

Then in the markdown:

...
![My Image](/images/myimage.jpg)
...

The static folder is referenced in the docs, and getting used to hugo really does require a doc readthrough. I recommend taking the time.

1 Like

thank you!!
but i don´t know if i´m doing something wrong because it still not working… :frowning:

We need some more info to be able to help you, so please have a look at Requesting Help and provide some more details, especially a git repo say on Github? Thanks.