hexo-asset-image-fix
Version:
Give asset image in hexo a absolutely path automatically
26 lines (17 loc) • 575 B
Markdown
# hexo-asset-image-fix
Fork [hexo-asset-image](https://github.com/CodeFalling/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
```shell
npm install hexo-asset-image-fix --save
```
# Example
```shell
MacGesture2-Publish
├── apppicker.jpg
├── logo.jpg
└── rules.jpg
MacGesture2-Publish.md
```
Make sure `post_asset_folder: true` in your `_config.yml`.
Just use `` to insert `logo.jpg`.