how can I insert image in the post? where i need to put them? in witch directory?
With MarkDown formatting, like this:
![Example image](/static/image.png)
The images should be put in the static
folder, which will be copied to the root of the website (so www.example.com/image.png
) by Hugo. I don’t like that, and so I put them in the static/static
folder, so their url is www.example.com/static/image.png
.