-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
346 lines (200 loc) · 10.8 KB
/
index.html
File metadata and controls
346 lines (200 loc) · 10.8 KB
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#3367D6"/>
<link rel="apple-touch-icon" href="/icons-192.png">
<link rel="manifest" href="/manifest.json">
<meta name="generator" content="Hexo 5.4.0">
<meta name="author" content="icy">
<title>Hexo</title>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/typeface-source-code-pro@1.1.3/index.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/highlightjs@9.16.2/styles/monokai.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
</head>
<body>
<div class="root-container">
<!-- header container -->
<header class="header-container">
<div class="post-image" style="background-image: url(https://qiniu.sukoshi.xyz/src/images/68686407_p0.jpg)"></div>
<!-- navbar -->
<nav class="navbar">
<div class="navbar-content">
<!-- logo -->
<div class="navbar-logo">
<a href="/">
Hexo
</a>
</div>
<!-- link -->
<div class="navbar-link">
<div class="navbar-btn">
<div></div>
<div></div>
<div></div>
</div>
<ul class="navbar-list">
<li class="navbar-list-item"><a href="/">首页</a></li>
<li class="navbar-list-item"><a href="/links">友链</a></li>
<li class="navbar-list-item"><a href="/about">关于</a></li>
</ul>
</div>
</div>
</nav>
<div class="header-content">
<div class="post-text layout-block layout-padding">
<h1 class="title-wrap">Hexo</h1>
</div>
</div>
</header>
<!-- 首页 -->
<!-- post list container -->
<div class="body-container">
<div class="content-container layout-block article-list">
<div class="article-item layout-padding">
<article class="card-container article-card content-padding--large soft-size--large soft-style--box">
<div class="card-text">
<a href="/2021/10/31/Linux%E6%8C%87%E4%BB%A4%E6%94%B6%E9%9B%86/" itemprop="url">
<h2 class="card-text--title">Linux指令收集</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="" datetime="2021-10-31T12:42:27.000Z" itemprop="datePublished">2021-10-31</time>
</div>
<ul class="wrap-list light">
</ul>
<ul class="wrap-list light">
</ul>
</div>
</article>
</div>
<div class="article-item layout-padding">
<article class="card-container article-card content-padding--large soft-size--large soft-style--box">
<div class="card-text">
<a href="/2021/10/31/%E5%85%B3%E9%94%AE%E5%AD%97%E6%80%BB%E7%BB%93/" itemprop="url">
<h2 class="card-text--title">关键字总结</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="" datetime="2021-10-31T12:33:22.000Z" itemprop="datePublished">2021-10-31</time>
</div>
<ul class="wrap-list light">
</ul>
<ul class="wrap-list light">
</ul>
</div>
</article>
</div>
<div class="article-item layout-padding">
<article class="card-container article-card content-padding--large soft-size--large soft-style--box">
<div class="card-text">
<a href="/2021/10/05/%E5%85%B3%E4%BA%8E%E5%9C%A8Ubuntu%E4%B8%8A%E5%AE%89%E8%A3%85python3/" itemprop="url">
<h2 class="card-text--title">关于在Ubuntu上安装python3</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="" datetime="2021-10-05T09:46:49.000Z" itemprop="datePublished">2021-10-05</time>
</div>
<ul class="wrap-list light">
</ul>
<ul class="wrap-list light">
</ul>
</div>
</article>
</div>
<div class="article-item layout-padding">
<article class="card-container article-card content-padding--large soft-size--large soft-style--box">
<div class="card-text">
<a href="/2021/10/04/%E7%94%A8%E4%BA%8E%E8%AE%B0%E5%BD%95%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8A%AA%E5%8A%9B%E7%9A%84%E4%BB%A3%E7%A0%81/" itemprop="url">
<h2 class="card-text--title">用于记录自己的努力的代码</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="" datetime="2021-10-04T13:45:59.000Z" itemprop="datePublished">2021-10-04</time>
</div>
<ul class="wrap-list light">
</ul>
<ul class="wrap-list light">
</ul>
</div>
</article>
</div>
<div class="article-item layout-padding">
<article class="card-container article-card content-padding--large soft-size--large soft-style--box">
<div class="card-text">
<a href="/2021/09/21/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E5%AE%A2/" itemprop="url">
<h2 class="card-text--title">我的第一篇博客</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="" datetime="2021-09-21T07:02:53.000Z" itemprop="datePublished">2021-09-21</time>
</div>
<ul class="wrap-list light">
</ul>
<ul class="wrap-list light">
</ul>
</div>
</article>
</div>
<div class="article-item layout-padding">
<article class="card-container article-card content-padding--large soft-size--large soft-style--box">
<div class="card-text">
<a href="/2021/09/17/hello-world/" itemprop="url">
<h2 class="card-text--title">Hello World</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="" datetime="2021-09-17T14:37:30.565Z" itemprop="datePublished">2021-09-17</time>
</div>
<ul class="wrap-list light">
</ul>
<ul class="wrap-list light">
</ul>
</div>
</article>
</div>
</div>
</div>
<!-- page container -->
<!-- footer container -->
<footer id="footer" class="footer">
<div class="footer-container">
<div class="social-icons">
<a href="https://github.com/miiiku/" class="soft-size--primary soft-style--box" target="_blank" rel="noopener noreferrer">
<svg class="icon icon-github" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M64.6 512c0 195.6 125.4 361.9 300.1 422.9 23.5 5.9 19.9-10.8 19.9-22.2v-77.6c-135.8 15.9-141.3-74-150.5-89-18.5-31.5-61.9-39.5-49-54.5 31-15.9 62.5 4 98.9 58 26.4 39.1 77.9 32.5 104.1 26 5.7-23.5 17.9-44.5 34.7-60.9-140.7-25.2-199.4-111.1-199.4-213.3 0-49.5 16.4-95.1 48.4-131.8-20.4-60.6 1.9-112.4 4.9-120.1 58.2-5.2 118.5 41.6 123.3 45.3 33.1-8.9 70.8-13.7 112.9-13.7 42.4 0 80.3 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.4-43.9 2.9 7.7 24.7 58.3 5.5 118.1 32.5 36.8 49 82.8 49 132.4 0 102.3-59 188.3-200.2 213.2 23.5 23.3 38.1 55.5 38.1 91.1v112.7c0.8 9 0 17.9 15.1 17.9C832.7 877 960.4 709.4 960.4 512.1c0-247.5-200.6-447.9-447.9-447.9C265 64.1 64.6 264.5 64.6 512z"></path>
</svg>
</a>
<a href="https://twitter.com/guanquanhong" class="soft-size--primary soft-style--box" target="_blank" rel="noopener noreferrer">
<svg class="icon icon-twitter" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M962.285714 233.142857q-38.285714 56-92.571429 95.428571 0.571429 8 0.571429 24 0 74.285714-21.714286 148.285714t-66 142-105.428571 120.285714-147.428571 83.428571-184.571429 31.142857q-154.857143 0-283.428571-82.857143 20 2.285714 44.571429 2.285714 128.571429 0 229.142857-78.857143-60-1.142857-107.428571-36.857143t-65.142857-91.142857q18.857143 2.857143 34.857143 2.857143 24.571429 0 48.571429-6.285714-64-13.142857-106-63.714286t-42-117.428571l0-2.285714q38.857143 21.714286 83.428571 23.428571-37.714286-25.142857-60-65.714286t-22.285714-88q0-50.285714 25.142857-93.142857 69.142857 85.142857 168.285714 136.285714t212.285714 56.857143q-4.571429-21.714286-4.571429-42.285714 0-76.571429 54-130.571429t130.571429-54q80 0 134.857143 58.285714 62.285714-12 117.142857-44.571429-21.142857 65.714286-81.142857 101.714286 53.142857-5.714286 106.285714-28.571429z"></path>
</svg>
</a>
</div>
<p>© 2021 <a href="/" target="_blank">icy</a></p>
<p>Powered by <a href="https://hexo.io" target="_blank" rel="noopener noreferrer">Hexo</a> Theme - <a href="https://github.com/miiiku/flex-block" target="_blank" rel="noopener noreferrer author">flex-block</a></p>
<p>
<a href="javascript:;" id="theme-light">🌞 浅色</a>
<a href="javascript:;" id="theme-dark">🌛 深色</a>
<a href="javascript:;" id="theme-auto">🤖️ 自动</a>
</p>
</div>
</footer>
</div>
<div class="back-to-top-fixed soft-size--round soft-style--box">
<svg class="icon icon-back-to-top" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M725.333333 426.666667c-12.8 0-21.333333-4.266667-29.866667-12.8l-213.333333-213.333333c-17.066667-17.066667-17.066667-42.666667 0-59.733333s42.666667-17.066667 59.733333 0l213.333333 213.333333c17.066667 17.066667 17.066667 42.666667 0 59.733333C746.666667 422.4 738.133333 426.666667 725.333333 426.666667z"></path>
<path d="M298.666667 426.666667c-12.8 0-21.333333-4.266667-29.866667-12.8-17.066667-17.066667-17.066667-42.666667 0-59.733333l213.333333-213.333333c17.066667-17.066667 42.666667-17.066667 59.733333 0s17.066667 42.666667 0 59.733333l-213.333333 213.333333C320 422.4 311.466667 426.666667 298.666667 426.666667z"></path>
<path d="M512 896c-25.6 0-42.666667-17.066667-42.666667-42.666667L469.333333 170.666667c0-25.6 17.066667-42.666667 42.666667-42.666667s42.666667 17.066667 42.666667 42.666667l0 682.666667C554.666667 878.933333 537.6 896 512 896z"></path>
</svg>
</div>
<!-- aplayer -->
<!-- dplayer -->
<script src="/js/script.js"></script>
<!-- 尾部用户自定义相关内容 -->
</body>
</html>