1. 下载一个 404.html,放置到文件夹 blog_hexo\source 里面
  2. 在 404.html 文件第一行前面添加如下三行代码,不然 404.html 文件会被 hexo 渲染
1
2
3
---
layout: false
---
  1. 完成