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 cleanto delete the database (db.json) and assets folder
- Run hexo generateto generate the new blog without your deleted post
- Run hexo deployto deploy your blog