kuanyui / hexo.el

Use Hexo in Emacs elegantly
85 stars 14 forks source link

[WIP] post_asset_folder support #11

Open coldnew opened 7 years ago

coldnew commented 7 years ago

hexo support assets organized in folders for each posts when user has following setting in _config.yml:

    post_asset_folder: true

Add feature to move asset folder with article to _drafts/_posts dir when toggle article status.

Signed-off-by: Yen-Chin Lee coldnew.tw@gmail.com

coldnew commented 7 years ago

I decided mark this PR to [WIP] since hexo-command-rename-file should has the similar feature. Please wait for all feature done then accept PR, thanks.