0.1.0 • Published 4 years ago

hexo-asset-image-fix v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

hexo-asset-image-fix

Fork hexo-asset-image,fixed an issue where the image path did not use the root path in the hexo configuration.

Give asset image in hexo a absolutely path automatically

Usege

npm install hexo-asset-image-fix --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.