-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
385 lines (226 loc) · 11.6 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
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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html lang="zh-CN">
<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 6.3.0">
<meta name="author" content="LinYushu">
<title>林毓姝的个人博客</title>
<link rel="shortcut icon" href="/favicon.ico">
<!--mathjax latex数学公式显示支持-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/typeface-source-code-pro@1.1.13/index.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.7.0/build/styles/monokai.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div class="root-container">
<!-- header container -->
<header class="header-container">
<div class="post-image" style="background-image: url(/imgs/wallpaper.jpg)"></div>
<!-- navbar -->
<nav class="navbar">
<div class="navbar-content">
<!-- logo -->
<div class="navbar-logo">
<a href="/">
林毓姝的个人博客
</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="/p/9d82.html">友链</a></li>
<li class="navbar-list-item"><a href="/p/dab4.html">关于</a></li>
</ul>
</div>
</div>
</nav>
<div class="header-content">
<div class="post-text layout-block layout-padding">
<h1 class="title-wrap">林毓姝的个人博客</h1>
<h2 class="title-sub-wrap">闲登小阁看新晴</h2>
</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="/p/3eeb.html" itemprop="url">
<h2 class="card-text--title">Hello World</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="article-date" datetime="2023-09-19T13:01:45.211Z" itemprop="datePublished">2023-09-19</time>
</div>
<div class="last-time">
<span>更新于</span>
<time class="article-updated" datetime="2023-09-26T15:22:06.984Z" itemprop="dateUpdated">2023-09-26</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="/p/9d82.html" itemprop="url">
<h2 class="card-text--title">links</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="article-date" datetime="2023-07-14T14:18:14.000Z" itemprop="datePublished">2023-07-14</time>
</div>
<div class="last-time">
<span>更新于</span>
<time class="article-updated" datetime="2023-09-26T15:22:06.983Z" itemprop="dateUpdated">2023-09-26</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="/p/dab4.html" itemprop="url">
<h2 class="card-text--title">about</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="article-date" datetime="2023-07-14T14:18:03.000Z" itemprop="datePublished">2023-07-14</time>
</div>
<div class="last-time">
<span>更新于</span>
<time class="article-updated" datetime="2023-09-26T15:22:06.985Z" itemprop="dateUpdated">2023-09-26</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="/p/6fe3.html" itemprop="url">
<h2 class="card-text--title">测试</h2>
</a>
<div class="card-text--row">
<span>发布于</span>
<time class="article-date" datetime="2023-07-14T06:30:42.000Z" itemprop="datePublished">2023-07-14</time>
</div>
<div class="last-time">
<span>更新于</span>
<time class="article-updated" datetime="2023-09-26T15:30:13.241Z" itemprop="dateUpdated">2023-09-26</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://www.zhihu.com/column/c_1085975047386050560" class="soft-size--primary soft-style--box" target="_blank" rel="noopener noreferrer">
<svg t="1587373160860" class="icon icon-zhihu" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M544.949 561.422s0-71.387-34.779-75.050c-34.779-3.663-142.775 0-142.775 0v-219.654h161.078s-1.83-73.219-32.949-73.219h-261.755l43.93-117.148s-65.897 3.663-89.692 45.761-98.844 252.604-98.844 252.604 25.627 10.983 67.726-20.134c42.101-31.116 56.743-86.033 56.743-86.033l76.879-3.663 1.83 223.316s-133.621-1.83-161.078 0c-27.457 1.83-42.101 75.050-42.101 75.050h203.182s-18.307 124.47-69.557 214.164c-53.085 89.692-151.929 161.078-151.929 161.078s71.387 29.287 140.947-10.983c69.557-42.101 120.811-223.316 120.811-223.316l162.912 203.182s14.643-97.013-1.83-124.47c-18.307-27.457-113.49-137.283-113.49-137.283l-42.101 36.607 29.287-120.811h177.552zM587.050 188.010l-1.83 660.793h65.897l23.795 82.37 115.321-82.37h162.912v-660.793h-366.091zM879.92 775.584h-76.879l-97.013 75.050-21.965-75.050h-20.134v-512.527h215.991v512.527z"></path>
</svg>
</a>
<a href="https://github.com/linyushu" 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>
</div>
<p>© 2023 <a href="/" target="_blank">LinYushu</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 -->
<!-- copy button -->
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js"></script>
<!-- https://clipboardjs.com/ -->
<script type="text/javascript">
(function () {
function getCodeType (elem) {
const classs = Array.from(elem.classList.values());
if (classs && classs.length > 1) {
return classs[1];
}
return "plain";
}
window.addEventListener("DOMContentLoaded", () => {
const copyBtnClass = "copy-btn";
// instantiate clipboardjs
const clipboard = new ClipboardJS('.' + copyBtnClass);
clipboard.on('success', function (e) {
console.info('Action:', e.action);
console.info('Text:', e.text);
console.info('Trigger:', e.trigger);
if (e.trigger) {
e.trigger.classList.add("copied");
setTimeout(() => {
e.trigger.classList.remove("copied");
}, 3000);
}
e.clearSelection();
});
clipboard.on('error', function (e) {
console.error('Action:', e.action);
console.error('Trigger:', e.trigger);
});
document.querySelectorAll('figure.highlight').forEach((elem) => {
const codeContent = elem.querySelector("td.code");
const copyButton = document.createElement('button');
copyButton.setAttribute("class", copyBtnClass);
copyButton.setAttribute("title", "Copy Code");
copyButton.setAttribute("data-clipboard-text", codeContent.innerText);
elem.insertBefore(copyButton, elem.children[0]);
});
})
})();
</script>
<script src="/js/script.js"></script>
<!-- 尾部用户自定义相关内容 -->
</body>
</html>