跳至主要内容

针对博客图片的一个想法

 

实在是不知道图片存在哪里好了。 不过还是有个想法的

http链接

RUNOOB 图标

md格式 相对位置 source/images/1.png ./../images/1.png

某个图片

md格式 同名文件夹

{% asset_img 1.png This is an example image %}

{% asset_img 1.png This is an example image %}

html格式 相对位置 <img src={% asset_img 1.png This is an example image %}>

html标签好像不可以。

官方文档:https://hexo.io/zh-cn/docs/asset-folders.html

评论