0.1.1 • Published 9 months ago

hexo-asset-dir v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

hexo-asset-dir

make markdown and asset in the same dir

Usage

npm install hexo-asset-dir --save

Set post_asset_folder: true and new_post_name: :title/index.md in your _config.yml.

tree like

_posts
├── example
   ├── image.jpg
   └── index.md

Just use ![image](image.jpg) to insert image.jpg.

0.1.1

9 months ago

0.1.0

9 months ago