darshanbaral / aafu

Portfolio theme with blog
https://themes.gohugo.io/aafu/
MIT License
47 stars 58 forks source link

How to create images #25

Closed CCH0124 closed 2 years ago

CCH0124 commented 2 years ago

I use markdown syntax to create image, but can't working.

darshanbaral commented 2 years ago

@CCH0124, can you provide a little more information and what code you used?

CCH0124 commented 2 years ago

image

image

My image path is /themes/aafu/static/images/freezeZoo/1.jpg. thanks.

darshanbaral commented 2 years ago

Try ../../images/freezeZoo/1.jpg. Everything inside static is copied to the base folder.

Or try {{< figure src="/images/freezeZoo/1.jpg">}}. See hugo doc for more info.

CCH0124 commented 2 years ago

@darshanbaral I found that I cannot resize the image.

{{< figure src="/images/freezeZoo/1.jpg" width="120" height="500">}}

width and height not working.