How to add image in Jekyll
18 Nov 2018 | English/英文, Note, ITTo insert image in the blog we can simply use

However, if we need to adjust the size of the picture, you can use html tag
<img src="/old_blog/assets/img/test.jpg" width="50%" alt="AltText" />
Also, you can use the mix style:
{:width="70%"}