@debbl/hexo-asset-image
v0.1.3
Published
Give asset image in hexo a absolutely path automatically
Downloads
5
Readme
hexo-asset-image
官方hexo-asset-image
插件,在同时使用hexo-abbrlink
时,会导致图片路径错误。
本插件是基于官方插件的修改,为了兼容hexo-abbrlink
插件
Give asset image in hexo a absolutely path automatically
Usege
npm install https://github.com/foreveryang321/hexo-asset-image.git --save
Example
同时使用hexo-abbrlink
root: /
permalink: posts/:abbrlink.html
abbrlink:
alg: crc32 # 算法:crc16(default) and crc32
rep: hex # 进制:dec(default) and hex
目录结构
MacGesture2-Publish
├── images/apppicker.jpg
├── logo.jpg
└── rules.jpg
MacGesture2-Publish.md
用法
Make sure post_asset_folder: true
in your _config.yml
.
![](./MacGesture2-Publish/images/logo.jpg)