针对博客图片的一个想法
实在是不知道图片存在哪里好了。 不过还是有个想法的
http链接
md格式 相对位置 source/images/1.png ./../images/1.png
md格式 同名文件夹

html格式 相对位置
<img src="/assets/images/1.png" alt="This is an example image">
html标签好像不可以。
官方文档:https://hexo.io/zh-cn/docs/asset-folders.html