-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (205 loc) · 8.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="author" content="Rising-Galaxy">
<meta name="renderer" content="webkit">
<meta name="copyright" content="Rising-Galaxy">
<meta name="keywords" content="Galaxy's Blog">
<meta name="description" content="">
<meta name="Cache-Control" content="no-cache">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>星河</title>
<link rel="stylesheet" href="/css/style.css?v=2018.7.9">
<link rel="stylesheet" href="/css/animation.css?v=2018.7.9">
<link rel="icon" href="/img/assets/galaxy.ico">
<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css?version=1.5.6">
<!-- scripts-->
<script>(function (w)
{
"use strict";
// rel=preload support test
if (!w.loadCSS)
{
w.loadCSS = function () { };
}
// define on the loadCSS obj
var rp = loadCSS.relpreload = {};
// rel=preload feature support test
// runs once and returns a function for compat purposes
rp.support = (function ()
{
var ret;
try
{
ret = w.document.createElement("link").relList.supports("preload");
} catch (e)
{
ret = false;
}
return function ()
{
return ret;
};
})();
// if preload isn't supported, get an asynchronous load by using a non-matching media attribute
// then change that media back to its intended value on load
rp.bindMediaToggle = function (link)
{
// remember existing media attr for ultimate state, or default to 'all'
var finalMedia = link.media || "all";
function enableStylesheet()
{
link.media = finalMedia;
}
// bind load handlers to enable media
if (link.addEventListener)
{
link.addEventListener("load", enableStylesheet);
} else if (link.attachEvent)
{
link.attachEvent("onload", enableStylesheet);
}
// Set rel and non-applicable media type to start an async request
// note: timeout allows this to happen async to let rendering continue in IE
setTimeout(function ()
{
link.rel = "stylesheet";
link.media = "only x";
});
// also enable media after 3 seconds,
// which will catch very old browsers (android 2.x, old firefox) that don't support onload on link
setTimeout(enableStylesheet, 3000);
};
// loop through link elements in DOM
rp.poly = function ()
{
// double check this to prevent external calls from running
if (rp.support())
{
return;
}
var links = w.document.getElementsByTagName("link");
for (var i = 0; i < links.length; i++)
{
var link = links[i];
// qualify links to those with rel=preload and as=style attrs
if (link.rel === "preload" && link.getAttribute("as") === "style" && !link.getAttribute("data-loadcss"))
{
// prevent rerunning on link
link.setAttribute("data-loadcss", true);
// bind listeners to toggle media back
rp.bindMediaToggle(link);
}
}
};
// if unsupported, run the polyfill
if (!rp.support())
{
// run once at least
rp.poly();
// rerun poly on an interval until onload
var run = w.setInterval(rp.poly, 500);
if (w.addEventListener)
{
w.addEventListener("load", function ()
{
rp.poly();
w.clearInterval(run);
});
} else if (w.attachEvent)
{
w.attachEvent("onload", function ()
{
rp.poly();
w.clearInterval(run);
});
}
}
// commonjs
if (typeof exports !== "undefined")
{
exports.loadCSS = loadCSS;
}
else
{
w.loadCSS = loadCSS;
}
}(typeof global !== "undefined" ? global : this));</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" defer></script>
<script src="/js/main.js?v=2018.7.9" defer></script><!-- fancybox-->
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" as="style"
onload="this.onload=null;this.rel='stylesheet'">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" defer></script>
<!-- busuanzi-->
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<meta name="generator" content="Hexo 6.3.0">
<link rel="alternate" href="/atom.xml" title="Galaxy's Blog" type="application/atom+xml">
</head>
<body>
<section class="profile-close" id="cxo-profile">
<div class="profile-avatar"><i class="fa fa-caret-left"></i><img src="/img/assets/galaxy.png" alt="头像"></div><!--.profile-saying
i.fa.fa-comment
.saying-->
<div class="cxo-profile-inner">
<div class="profile-name">星河</div>
<div class="friends">
<div>朋友</div><span><a href="//github.com/0wander" target="_black">豌豆</a></span>
</div>
<div class="read-progress"></div>
</div>
</section>
<header id="cxo-intro" style="height: 90vh;background-image: url(/img/intro/index-bg1.jpg);">
<nav id="cxo-intro-nav">
<section>
<div class="intro-nav-title"><a>星河的小世界</a></div>
<div class="intro-nav-label-box"><a href="/">主页</a><a href="/about/">关于</a><a href="/archives/">档案</a><a
href="/tags/">标签</a></div><i class="fa fa-bars intro-nav-menu">
<div class="intro-nav-drop"><a href="/">主页</a><a href="/about/">关于</a><a href="/archives/">档案</a><a
href="/tags/">标签</a></div>
</i>
<div class="clear"></div>
</section>
</nav>
<h1>星河的小世界</h1>
<h5>欢迎来到我的世界</h5>
<div class="intro-social"><a class="fa fa-envelope" href="mailto:[email protected]" title="email"></a><a
class="fa fa-github" href="//github.com/rising-galaxy" target="_blank" title="github"></a><a
class="fa fa-bilibili" href="https://space.bilibili.com/185835256" target="_blank" title="bilibili"></a></div>
</header>
<article class="cxo-up" id="cxo-content-outer">
<section id="cxo-content-inner">
<section id="recent-posts">
<div class="recent-post-item">
<div class="post-title"><a href="/2023/03/09/My-First-Blog/">My First Blog</a></div>
<div class="post-time"><i class="fa fa-table"></i><time datetime="2023-03-09T14:44:46.000Z">2023-03-09</time>
</div>
<div class="recent-post-content"></div>
<div class="read-more"><a class="more" href="/2023/03/09/My-First-Blog/#more">ReadMore</a></div>
<hr>
</div>
<div class="recent-post-item">
<div class="post-title"><a href="/2023/03/09/hello-world/">Hello World</a></div>
<div class="post-time"><i class="fa fa-table"></i><time datetime="2023-03-09T14:20:59.103Z">2023-03-09</time>
</div>
<div class="recent-post-content">Welcome to Hexo! This is your very first post. Check documentation for more
info. If you get any pro ...</div>
<div class="read-more"><a class="more" href="/2023/03/09/hello-world/#more">ReadMore</a></div>
<hr>
</div>
</section>
<nav class="cxo-page-nav"><span class="page-number current">1</span></nav>
</section>
</article>
<footer id="cxo-footer-outer">
<div id="cxo-footer-inner">
<p class="footer-container"><span>Site by </span><a target="_blank" rel="noopener"
href="http://hexo.io"><span>Hexo</span></a><span> | theme </span><a target="_blank" rel="noopener"
href="https://github.com/Longlongyu/hexo-theme-Cxo"><span>Cxo</span></a></p><i class="fa fa-user"> </i><span
id="busuanzi_value_site_uv"></span><span> | </span><i class="fa fa-eye"> </i><span
id="busuanzi_value_site_pv"></span>
</div>
</footer><!-- catelog--><!-- top--><i class="fa fa-arrow-up close" id="go-up" aria-hidden="true"></i>
</body>
</html>