hexo-asset-images
v0.0.3
Published
Downloads
5
Readme
hexo-asset-images
Give asset image in hexo a absolutely path automatically
Usege
npm install hexo-asset-images --save
Example
MacGesture2-Publish
├── apppicker.jpg
├── logo.jpg
└── rules.jpg
└── text.txt
MacGesture2-Publish.md
Make sure post_asset_folder: true
in your _config.yml
.
Just use ![./path/logo](logo.jpg)
to insert logo.jpg
.