404页面效果 https://it80.github.io/404
创建一个页面
在hexo项目根目录输入命令hexo new page 404
这时会创建source/404/index.md文件
修改设置信息
修改source/404/index.md的头部为
页面选择腾讯公益1234567891011layout: false comments: falsepermalink: /404.html---<html><head></head><body><script type="text/javascript" src="http://www.qq.com/404/search_children.js" charset="utf-8" homePageUrl="http://leyar.me" homePageName="返回主页"></script></body></html>
将homePageUrl=”” 引号内的内容改成你的网址