hexo-assets

fix all hexo markdown related assets automatically

Usage no npm install needed!

<script type="module">
  import hexoAssets from 'https://cdn.skypack.dev/hexo-assets';
</script>

README

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)