hexojs / hexo-renderer-less

Less renderer for Hexo.
https://hexo.io/
MIT License
14 stars 10 forks source link

Hexo renderer less prevent the copy of assets recursively #4

Closed cbou closed 3 years ago

cbou commented 9 years ago

As soon as you install hexo-renderer-less into a hexo project, your assets won't be recursively copied.

hexo init test set post_asset_folder to true in _config.yml. npm install --save hexo-renderer-less hexo new test mkdir source/_posts/test/photos cp path/to/image.png source/_posts/test/photos hexo generate

The file photos/image.png won't be copied. If you remove the hexo-renderer-less it will.

curbengh commented 3 years ago

post_asset_folder works for me in combination with this plugin.