Hexo Notes

delete post

  1. delete the md file under _post folder
  2. hexo clean to delete the database and other files
  3. hexo generate to regenerate cache
  4. hexo deploy
    done.

Add Image to Post

1
{% asset_img a.jpg a %}
1
{% asset_link a.jpg a %}
a
1
{% asset_path a.jpg %}
/2022/08/05/Hexo-Notes/a.jpg

Theme

Hexo Categories and Tags

https://linlif.github.io/2017/05/27/Hexo%E4%BD%BF%E7%94%A8%E6%94%BB%E7%95%A5-%E6%B7%BB%E5%8A%A0%E5%88%86%E7%B1%BB%E5%8F%8A%E6%A0%87%E7%AD%BE/