2.3.0
New
Better draft management (#331, #340)
- Add
draft
scaffold - Not set the date for drafts
- Add
-d, --drafts
option tohexo server
: In this mode, drafts will be serve as normal posts. You can also change the settingrender_drafts
in_config.yml
. - Add
publish
command: Move your draft from_drafts
folder to_posts
folder and set the date for posts.
Updated
- Theme Light
- Facebook social comment (hexojs/hexo-theme-light#33)
- Spanish translation (hexojs/hexo-theme-light#35)
- Add
i_month
,i_day
support fornew_post_name
setting
Fixed
- Better exception handle when a console plugin is only for the initialized environment