Skip to content

Commit 61b5d94

Browse files
committed
Site updated: 2025-07-08 16:12:10
1 parent 248c420 commit 61b5d94

73 files changed

Lines changed: 11741 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
6+
<meta name="renderer" content="webkit">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
8+
<meta http-equiv="Cache-Control" content="no-transform">
9+
<meta http-equiv="Cache-Control" content="no-siteapp">
10+
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon-180x180.png">
11+
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
12+
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
13+
<link rel="mask-icon" href="/images/favicon.svg" color="#222">
14+
<link rel="stylesheet" href="/css/main.css">
15+
<script defer src="/_vercel/insights/script.js"></script>
16+
<title>404 Not Found</title>
17+
<style>
18+
body {
19+
margin:0;padding:0;
20+
font-family: PingFang SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
21+
background: var(--body-bg-color);
22+
}
23+
.contentBody {
24+
position: absolute;
25+
height: calc(100% - 3px);
26+
width: 100%;
27+
background-size: auto 100%;
28+
}
29+
.content {
30+
position: absolute;
31+
top: 50%;
32+
text-align: center;
33+
width: 100%;
34+
margin-top: -160px;
35+
user-select: none;
36+
}
37+
.title {
38+
margin: 0 auto;
39+
text-align: center;
40+
letter-spacing: 2px;
41+
font-size: 150px;
42+
line-height: 1;
43+
font-weight: 100;
44+
color: var(--text-color);
45+
}
46+
.details p{
47+
font-size: 15px;
48+
line-height:1.5;
49+
margin:0;
50+
color:#7b8993;
51+
}
52+
.backhome {
53+
margin-top: 24px;
54+
display: inline-block;
55+
white-space: nowrap;
56+
cursor: pointer;
57+
letter-spacing: 1px;
58+
font-size: 14px;
59+
text-shadow: none;
60+
border: 2px solid #7b8993;
61+
line-height: 36px;
62+
text-align: center;
63+
text-decoration: none;
64+
height: 36px;
65+
padding: 0 25px;
66+
border-radius: 25px;
67+
color: #7b8993;
68+
}
69+
</style>
70+
</head>
71+
72+
<body>
73+
<div class="headband"></div>
74+
<div class="contentBody">
75+
<div class="content">
76+
<div class="title">404</div>
77+
<section>
78+
<div class="details">
79+
<p>抱歉!您要找的页面不见了</p>
80+
</div>
81+
<a href="/" class="backhome" one-link-mark="yes">返回首页</a>
82+
</section>
83+
</div>
84+
</div>
85+
</body>
86+
</html>
87+

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 建站信息
2+
3+
[![Required Hexo version](https://img.shields.io/badge/hexo-6.3.0-blue?style=flat-square&logo=hexo)](https://hexo.io)
4+
[![Theme Version](https://img.shields.io/badge/NexT-8.17.1-blue?style=flat-square&logo=next)](https://theme-next.js.org)
5+
[![GitHub deployments](https://img.shields.io/github/deployments/rocona/rocona.github.io/github-pages?label=github-pages&logo=github)](https://rocona.github.io)
6+
[![GitHub deployments](https://img.shields.io/github/deployments/rocona/rocona.github.io/Production?label=vercel&logo=vercel)](https://blog.caodong.me)
7+
8+
9+
10+
**静态博客生成器:**[Hexo](https://hexo.io/zh-cn/)
11+
12+
**博客主题:**[Next](https://theme-next.js.org)
13+
14+
**代码托管:**[GitHub](https://github.com)
15+
16+
**CI服务:**[GitHub-Actions](https://github.com/features/actions)
17+
18+
**网站托管:**[GitHub-Pages](https://pages.github.com) & [Vercel](https://vercel.com)
19+
20+
**评论:**[Giscus](https://giscus.app) & [Hexo-next-giscus](https://github.com/next-theme/hexo-next-giscus)
21+
22+
**图片存储:**[GitHub](https://github.com/) & [Vercel](https://vercel.com)
23+
24+
**CDN加速:**[又拍云](https://upyun.com)
25+

0 commit comments

Comments
 (0)