-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
335 lines (183 loc) · 10 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="Hexo Theme Keep">
<meta name="description" content="Hexo Theme Keep">
<meta name="author" content="张文达">
<title>
张文达的学习笔记
</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/images/logo.svg">
<link rel="stylesheet" href="/font/css/fontawesome.min.css">
<link rel="stylesheet" href="/font/css/regular.min.css">
<link rel="stylesheet" href="/font/css/solid.min.css">
<link rel="stylesheet" href="/font/css/brands.min.css">
<script class="keep-theme-configurations">
const KEEP = window.KEEP || {}
KEEP.hexo_config = {"hostname":"example.com","root":"/","language":"zh-CN"}
KEEP.theme_config = {"base_info":{"primary_color":"#0066cc","title":"张文达的学习笔记","author":"张文达","avatar":"/images/avatar.svg","logo":"/images/logo.svg","favicon":"/images/logo.svg"},"menu":{"Archives":"/archives"},"first_screen":{"enable":false,"background_img":"/images/bg.svg","background_img_dark":"/images/bg.svg","description":"Keep writing and Keep loving.","hitokoto":false},"social_contact":{"enable":false,"links":{"github":"https://github.com/zhangwenda0518","weixin":15651721689,"qq":1771182368,"weibo":null,"zhihu":null,"twitter":null,"facebook":null,"email":null}},"scroll":{"progress_bar":false,"percent":false,"hide_header":true},"home":{"category":false,"tag":false,"announcement":null},"post":{"author_badge":{"enable":true,"level_badge":true,"custom_badge":["One","Two","Three"]},"word_count":{"wordcount":false,"min2read":false},"datetime_format":"YYYY-MM-DD HH:mm:ss","copyright_info":false,"share":false,"reward":{"enable":false,"img_link":null,"text":null}},"code_block":{"tools":{"enable":false,"style":"default"},"highlight_theme":"default"},"toc":{"enable":false,"number":false,"expand_all":false,"init_open":true,"layout":"right"},"website_count":{"busuanzi_count":{"enable":false,"site_uv":false,"site_pv":false,"page_pv":false}},"local_search":{"enable":false,"preload":false},"comment":{"enable":false,"use":"valine","valine":{"appid":null,"appkey":null,"server_urls":null,"placeholder":null},"gitalk":{"github_id":null,"github_admins":null,"repository":null,"client_id":null,"client_secret":null,"proxy":null},"twikoo":{"env_id":null,"region":null,"version":"1.6.21"},"waline":{"server_url":null,"reaction":false,"version":2},"giscus":{"repo":null,"repo_id":null,"category":"Announcements","category_id":null,"reactions_enabled":false},"artalk":{"server":null},"disqus":{"shortname":null}},"rss":{"enable":false},"lazyload":{"enable":false},"cdn":{"enable":false,"provider":"jsdelivr"},"pjax":{"enable":false},"footer":{"since":2020,"word_count":false,"icp":{"enable":false,"record_code":null,"url":"https://beian.miit.gov.cn"},"site_deploy":{"enable":false,"provider":"github","url":null},"shields_style":{"enable":false,"custom":[{"link_url":null,"img_url":null}]}},"inject":{"enable":false,"css":[null],"js":[null]},"root":"","version":"4.0.5"}
KEEP.language_ago = {"second":"%s 秒前","minute":"%s 分钟前","hour":"%s 小时前","day":"%s 天前","week":"%s 周前","month":"%s 个月前","year":"%s 年前"}
KEEP.language_code_block = {"copy":"复制代码","copied":"已复制","fold":"折叠代码块","folded":"已折叠"}
KEEP.language_copy_copyright = {"copy":"复制版权信息","copied":"已复制","title":"原文标题","author":"原文作者","link":"原文链接"}
</script>
<meta name="generator" content="Hexo 7.0.0"></head>
<body>
<div class="progress-bar-container">
</div>
<main class="page-container border-box">
<!-- home first screen -->
<!-- page content -->
<div class="page-main-content border-box is-home">
<div class="page-main-content-top">
<header class="header-wrapper">
<div class="border-box header-content">
<div class="left border-box">
<a class="logo-image border-box" href="/">
<img src="/images/logo.svg">
</a>
<a class="site-name border-box" href="/">
张文达的学习笔记
</a>
</div>
<div class="right border-box">
<div class="pc">
<ul class="menu-list">
<li class="menu-item">
<a class="active"
href="/"
>首页</a>
</li>
<li class="menu-item">
<a class=""
href="/archives"
>归档</a>
</li>
</ul>
</div>
<div class="mobile">
<div class="icon-item menu-bar">
<div class="menu-bar-middle"></div>
</div>
</div>
</div>
</div>
<div class="header-drawer">
<ul class="drawer-menu-list">
<li class="drawer-menu-item flex-center">
<a class="active"
href="/"
>首页</a>
</li>
<li class="drawer-menu-item flex-center">
<a class=""
href="/archives"
>归档</a>
</li>
</ul>
</div>
<div class="window-mask"></div>
</header>
</div>
<div class="page-main-content-middle border-box">
<div class="main-content border-box">
<div class="home-content-container fade-in-down-animation">
<ul class="home-post-list border-box">
<li class="home-post-item">
<div class="home-post-item-bottom border-box">
<h3 class="home-post-title border-box">
<a href="/2023/12/16/hello-world/">
Hello World
</a>
</h3>
<div class="home-post-content keep-markdown-body">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, yo...
</div>
<div class="post-meta-info-container border-box home">
<div class="post-meta-info border-box">
<span class="meta-info-item border-box">
<i class="icon fas fa-history"></i> <span class="home-post-history" data-updated="Sat Dec 16 2023 21:03:46 GMT+0800">2023-12-16 21:03:46</span>
</span>
</div>
<a class="home-read-more" href="/2023/12/16/hello-world/">阅读全文 <i class="icon fas fa-angle-right"></i></a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="page-main-content-bottom border-box">
<footer class="footer border-box">
<div class="border-box website-info-box default">
<div class="copyright-info info-item default">
© <span>2020</span> - 2023
<i class="fas fa-heart icon-animate"></i> <a href="/">张文达</a>
</div>
<div class="theme-info info-item default">
由 <a target="_blank" href="https://hexo.io">Hexo</a> 驱动 & 主题 <a class="keep-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep</a>
</div>
<div class="count-item info-item default">
</div>
</div>
</footer>
</div>
</div>
<!-- post tools -->
<!-- side tools -->
<div class="side-tools">
<div class="side-tools-container border-box side-tools-show-handle">
<ul class="side-tools-list side-tools-show-handle border-box">
<li class="tools-item tool-font-adjust-plus flex-center">
<i class="fas fa-search-plus"></i>
</li>
<li class="tools-item tool-font-adjust-minus flex-center">
<i class="fas fa-search-minus"></i>
</li>
<li class="tools-item tool-toggle-theme-mode flex-center">
<i class="fas fa-moon"></i>
</li>
<!-- rss -->
<li class="tools-item tool-scroll-to-bottom flex-center">
<i class="fas fa-arrow-down"></i>
</li>
</ul>
<ul class="exposed-tools-list border-box">
<li class="tools-item tool-toggle-show flex-center">
<i class="fas fa-cog fa-spin"></i>
</li>
<li class="tools-item tool-scroll-to-top flex-center show-arrow">
<i class="arrow fas fa-arrow-up"></i>
<span class="percent"></span>
</li>
</ul>
</div>
</div>
<!-- image mask -->
<div class="zoom-in-image-mask">
<img class="zoom-in-image">
</div>
<!-- local search -->
<!-- tablet toc -->
</main>
<!-- common -->
<script src="/js/utils.js"></script>
<script src="/js/header-shrink.js"></script>
<script src="/js/back2top.js"></script>
<script src="/js/toggle-theme.js"></script>
<script src="/js/code-block.js"></script>
<script src="/js/main.js"></script>
<script src="/js/libs/anime.min.js"></script>
<!-- local-search -->
<!-- lazyload -->
<div class="">
<!-- category-page -->
<!-- links-page -->
<!-- photos-page -->
</div>
<!-- mermaid -->
<!-- pjax -->
</body>
</html>