Skip to content

Hexo 本地图片转换插件,兼容hexo6.3.0和Typora写作

License

Notifications You must be signed in to change notification settings

Horus-K/hexo-asset-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-asset-image

修改版

- var endPos = link.lastIndexOf('.');
+ var endPos = link.length-1;

Give asset image in hexo a absolutely path automatically

Usege

npm install https://github.com/Horus-K/hexo-asset-image --save

Example

MacGesture2-Publish
├── apppicker.jpg
├── logo.jpg
└── rules.jpg
MacGesture2-Publish.md

Make sure post_asset_folder: true in your _config.yml.

Just use ![logo](logo.jpg) to insert logo.jpg.

History

2018-04-18: support hexo-abbrlink

About

Hexo 本地图片转换插件,兼容hexo6.3.0和Typora写作

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published