0%
References
- https://stackoverflow.com/questions/27894210/how-do-i-delete-a-post-in-hexo
Procedures
- Delete the post under source/_post folder
- Run
hexo clean
to delete the database (db.json) and assets folder
- Run
hexo generate
to generate the new blog without your deleted post
- Run
hexo deploy
to deploy your blog