HEXO 删除文章

1、Delete the post under source/post folder
2、Run hexo clean to delete the database (db.json) and assets folder
3、Run hexo generateto generate the new blog without your deleted post
4、Run hexo deploy to deploy your blog