Deleting a post

References

  1. https://stackoverflow.com/questions/27894210/how-do-i-delete-a-post-in-hexo

Procedures

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