hexo-assets

0.0.1 • Public • Published

hexo-assets

fix all hexo markdown related assets automatically

Usege

npm install hexo-assets --save

Example

Make sure post_asset_folder: true in your _config.yml.

Just use as simple markdown:

directory tree

markdown-post
├── archive.zip
└── image.png
markdown-post.md

in your post

Test Assets
[archive](markdown-post/archive.zip)
![image](markdown-post/image.png)

Package Sidebar

Install

npm i hexo-assets

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

3.93 kB

Total Files

4

Last publish

Collaborators

  • dxkite