How to show pictures in hugo blog

zihanlizi

2022/04/17

If you can see your pictures in md file but not on hugo site, this is what you should do.

Note
  1. creat a folder in /blog/ to save your blog.
  2. creat a md file named “index.md” or “index.en.md” in this folder. put pictures in this folder and use them like this:
![Liquid](Liquid.png "Liquid Exception")