# Add image url

**URL:** https://discourse.gohugo.io/t/add-image-url/14756
**Category:** support
**Created:** [October 17, 2018, 11:02pm UTC](https://discourse.gohugo.io/t/add-image-url/14756 "2018-10-17T23:02:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![marianayap](https://avatars.discourse-cdn.com/v4/letter/m/a183cd/32.png) [@marianayap](https://discourse.gohugo.io/u/marianayap)
#### Post date: [October 17, 2018, 11:02pm UTC](https://discourse.gohugo.io/t/add-image-url/14756/1 "2018-10-17T23:02:37Z")

</div>

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!!!

---

<div class="post-metadata">

### Author: ![RickCogley](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/rickcogley/32/10269_2.png) [@RickCogley](https://discourse.gohugo.io/u/RickCogley)
#### Post date: [October 17, 2018, 11:28pm UTC](https://discourse.gohugo.io/t/add-image-url/14756/2 "2018-10-17T23:28:04Z")

</div>

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

```
 /static/images/myimage.jpg

```

Then in the markdown:

```auto
...
![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.

> **[Directory Structure](https://gohugo.io/getting-started/directory-structure/)**
>
> Hugo's CLI scaffolds a project directory structure and then takes that single directory and uses it as the input to create a complete website.

---

<div class="post-metadata">

### Author: ![marianayap](https://avatars.discourse-cdn.com/v4/letter/m/a183cd/32.png) [@marianayap](https://discourse.gohugo.io/u/marianayap)
#### Post date: [October 17, 2018, 11:49pm UTC](https://discourse.gohugo.io/t/add-image-url/14756/3 "2018-10-17T23:49:05Z")

</div>

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

---

<div class="post-metadata">

### Author: ![RickCogley](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/rickcogley/32/10269_2.png) [@RickCogley](https://discourse.gohugo.io/u/RickCogley)
#### Post date: [October 17, 2018, 11:50pm UTC](https://discourse.gohugo.io/t/add-image-url/14756/4 "2018-10-17T23:50:56Z")

</div>

We need some more info to be able to help you, so please have a look at [Requesting Help](https://discourse.gohugo.io/t/requesting-help/9132) and provide some more details, especially a git repo say on Github? Thanks.
