-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
449 lines (270 loc) · 12.9 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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- PACE Progress Bar START -->
<!-- PACE Progress Bar START -->
<title>CHENG</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="我们的征途是星辰大海!">
<meta property="og:type" content="website">
<meta property="og:title" content="CHENG">
<meta property="og:url" content="https://cust-cheng.github.io/index.html">
<meta property="og:site_name" content="CHENG">
<meta property="og:description" content="我们的征途是星辰大海!">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="Adam Cheng">
<meta name="twitter:card" content="summary">
<link rel="alternate" href="/atom.xml" title="CHENG" type="application/atom+xml">
<link rel="icon" href="/css/images/favicon.ico">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Montserrat:700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic" rel="stylesheet" type="text/css">
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/9749f0/00000000000000000001008f/27/l?subset_id=2&fvd=n5) format("woff2");font-weight:500;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/90cf9f/000000000000000000010091/27/l?subset_id=2&fvd=n7) format("woff2");font-weight:500;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/8a5494/000000000000000000013365/27/l?subset_id=2&fvd=n4) format("woff2");font-weight:lighter;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/d337d8/000000000000000000010095/27/l?subset_id=2&fvd=i4) format("woff2");font-weight:400;font-style:italic;}</style>
<link rel="stylesheet" id="athemes-headings-fonts-css" href="//fonts.googleapis.com/css?family=Yanone+Kaffeesatz%3A200%2C300%2C400%2C700&ver=4.6.1" type="text/css" media="all">
<link rel="stylesheet" href="/css/style.css">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" >
<link rel="stylesheet" href="/css/hiero.css" >
<link rel="stylesheet" href="/css/glyphs.css" >
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/my.css">
<!-- Google Adsense -->
<meta name="generator" content="Hexo 6.0.0"></head>
<script>
var themeMenus = {};
themeMenus["/"] = "首页";
themeMenus["/archives"] = "归档";
themeMenus["/categories"] = "分类";
themeMenus["/tags"] = "标签";
themeMenus["/about"] = "关于";
</script>
<body>
<header id="allheader" class="site-header" role="banner">
<div class="clearfix container">
<div class="site-branding">
<h1 class="site-title">
<a href="/" title="CHENG" rel="home"> CHENG </a>
</h1>
<div class="site-description">我们的征途是星辰大海!</div>
<nav id="main-navigation" class="main-navigation" role="navigation">
<a class="nav-open">Menu</a>
<a class="nav-close">Close</a>
<div class="clearfix sf-menu">
<ul id="main-nav" class="nmenu sf-js-enabled">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/">首页</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/archives">归档</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/categories">分类</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/tags">标签</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/about">关于</a> </li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<div id="originBgDiv" style="background: #fff; width: 100%;">
<div style="max-height:600px; overflow: hidden; display: flex; display: -webkit-flex; align-items: center;">
<img id="originBg" width="100%" alt="" src="">
</div>
</div>
<script>
function setAboutIMG(){
var imgUrls = "css/images/pose.jpg,https://source.unsplash.com/collection/954550/1920x1080".split(",");
var random = Math.floor((Math.random() * imgUrls.length ));
if (imgUrls[random].startsWith('http') || imgUrls[random].indexOf('://') >= 0) {
document.getElementById("originBg").src=imgUrls[random];
} else {
document.getElementById("originBg").src='/' + imgUrls[random];
}
}
bgDiv=document.getElementById("originBgDiv");
if(location.pathname.match('about')){
setAboutIMG();
bgDiv.style.display='block';
}else{
bgDiv.style.display='none';
}
</script>
<div id="container">
<div id="wrap">
<div id="content" class="outer">
<section id="main">
<article id="post-本篇为测试文章" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2022/01/19/%E6%9C%AC%E7%AF%87%E4%B8%BA%E6%B5%8B%E8%AF%95%E6%96%87%E7%AB%A0/">随便写写</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2022/01/19/%E6%9C%AC%E7%AF%87%E4%B8%BA%E6%B5%8B%E8%AF%95%E6%96%87%E7%AB%A0/" class="article-date">
<time datetime="2022-01-19T10:56:34.000Z" itemprop="datePublished">一月 19, 2022</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<p>我也不知道要写什么,我就随便写一点东西</p>
<p>就是这样</p>
<p>哈哈</p>
</div>
<footer class="entry-meta entry-footer">
<span class="ico-tags"></span>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E9%9A%8F%E7%AC%94/" rel="tag">随笔</a></li></ul>
</footer>
</div>
</article>
<!-- Table of Contents -->
</section>
<aside id="sidebar">
<div class="widget-wrap" style="margin: 20px 0;">
<div id="search-form-wrap">
<form class="search-form">
<label style="width: 75%;">
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" style="height: 42px;" placeholder=" 搜索…" value="" name="s" title="Search for:">
</label>
<input type="submit" class="search-form-submit" value="搜索">
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="请输入关键词..."/>
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: '文章',
PAGES: '页面',
CATEGORIES: '分类',
TAGS: '标签',
UNTITLED: '(无标题)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</div>
<div class="widget_athemes_tabs">
<ul id="widget-tab" class="clearfix widget-tab-nav">
<li class="active"><a>最新文章</a></li>
</ul>
<div class="widget">
<ul>
<li class="clearfix">
<div class="widget-entry-summary" style="margin: 0;">
<h6 style="margin: 0;"><a href="/2022/01/19/%E6%9C%AC%E7%AF%87%E4%B8%BA%E6%B5%8B%E8%AF%95%E6%96%87%E7%AB%A0/">随便写写</a></h6>
<span>一月 19, 2022</span>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">标签</h3>
<div class="widget">
<ul class="tag-list" itemprop="keywords"><li class="tag-list-item"><a class="tag-list-link" href="/tags/%E9%9A%8F%E7%AC%94/" rel="tag">随笔</a><span class="tag-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">标签云</h3>
<div class="widget tagcloud">
<a href="/tags/%E9%9A%8F%E7%AC%94/" style="font-size: 10px;">随笔</a>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2022/01/">一月 2022</a><span class="archive-list-count">1</span></li></ul>
</div>
</div>
</aside>
</div>
<footer id="footer" class="site-footer">
<div class="clearfix container">
<div class="site-info">
© 2022 CHENG All Rights Reserved.
<span id="busuanzi_container_site_uv">
本站访客数<span id="busuanzi_value_site_uv"></span>人次
本站总访问量<span id="busuanzi_value_site_pv"></span>次
</span>
</div>
<div class="site-credit">
Theme by <a href="https://github.com/iTimeTraveler/hexo-theme-hiero" target="_blank">hiero</a>
</div>
</div>
</footer>
<!-- min height -->
<script>
var contentdiv = document.getElementById("content");
contentdiv.style.minHeight = document.body.offsetHeight - document.getElementById("allheader").offsetHeight - document.getElementById("footer").offsetHeight + "px";
</script>
<!-- Custome JS -->
<script src="/js/my.js"></script>
</div>
<!-- <nav id="mobile-nav">
<a href="/" class="mobile-nav-link">Home</a>
<a href="/archives" class="mobile-nav-link">Archives</a>
<a href="/categories" class="mobile-nav-link">Categories</a>
<a href="/tags" class="mobile-nav-link">Tags</a>
<a href="/about" class="mobile-nav-link">About</a>
</nav> -->
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<script src="/js/scripts.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="/js/main.js"></script>
<div style="display: none;">
<!-- <script src="https://s95.cnzz.com/z_stat.php?id=1280799405&web_id=1280799405" language="JavaScript"></script> -->
<script src="https://s4.cnzz.com/z_stat.php?id=1280799405&web_id=1280799405" language="JavaScript"></script>
</div>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
</div>
<a id="rocket" href="#top" class=""></a>
<script type="text/javascript" src="/js/totop.js" async=""></script>
</body>
</html>