hexo 404公益

在source文件夹下创建404.html,复制下面内容

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

---
layout: false
title: "404"
---
<!DOCTYPE HTML>
<html>
<head>
<title>404</title>
<meta name="description" content="404错误,页面不存在!">
<meta http-equiv="content-type" content="text/html;charset=utf-8;"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="robots" content="all" />
<meta name="robots" content="index,follow"/>
</head>
<body>
<script type="text/javascript" src="//qzonestyle.gtimg.cn/qzone/hybrid/app/404/search_children.js" charset="utf-8" homePageUrl="/" homePageName="回到我的主页"></script>
</body>
</html>

修改next主题_config.yml文件,去掉commonweal注释,如下所示

1
2
menu:
commonweal: /404/ || heartbeat

您的支持将鼓励我继续创作!