-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
208 lines (152 loc) · 5.58 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta name="description" content="Juson's blog">
<meta name="keyword" content="hexo-theme, vuejs">
<link rel="shortcut icon" href="/css/images/logo.png">
<title>
</title>
<link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/nprogress/0.2.0/nprogress.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/highlight.js/9.12.0/styles/tomorrow.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/plugins/gitment.css">
<script src="//cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdn.bootcss.com/geopattern/1.2.3/js/geopattern.min.js"></script>
<script src="//cdn.bootcss.com/nprogress/0.2.0/nprogress.min.js"></script>
<script src="/js/qrious.js"></script>
<script src="/js/gitment.js"></script>
</head>
<div class="wechat-share">
<img src="/css/images/logo.png" />
</div>
<body>
<header class="header fixed-header">
<div class="header-container">
<a class="home-link" href="/">
<div class="logo"></div>
<span></span>
</a>
<ul class="right-list">
<li class="list-item">
<a href="/" class="item-link active">Home</a>
</li>
<li class="list-item">
<a href="/tags/" class="item-link">Tags</a>
</li>
<li class="list-item">
<a href="/archives/" class="item-link">Archives</a>
</li>
<li class="list-item">
<a href="/project/" class="item-link">Projects</a>
</li>
<li class="list-item">
<a href="/about/" class="item-link">About</a>
</li>
</ul>
<div class="menu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</div>
<div class="menu-mask">
<ul class="menu-list">
<li class="menu-item">
<a href="/" class="menu-link mobile-active">Home</a>
</li>
<li class="menu-item">
<a href="/tags/" class="menu-link">Tags</a>
</li>
<li class="menu-item">
<a href="/archives/" class="menu-link">Archives</a>
</li>
<li class="menu-item">
<a href="/project/" class="menu-link">Projects</a>
</li>
<li class="menu-item">
<a href="/about/" class="menu-link">About</a>
</li>
</ul>
</div>
</div>
</header>
<main class="app-body">
<article class="article-card">
<h2 class="article-head">
<a href="/2017/10/16/f/">f</a>
</h2>
<p class="article-date">October 16, 2017</p>
<div class="article-summary">
你好,欢迎来到我的个人技术博客。
</div>
<a class="more" href="/2017/10/16/f/">More...</a>
</article>
<article class="article-card">
<h2 class="article-head">
<a href="/2017/10/16/hello-world/">Hello World</a>
</h2>
<p class="article-date">October 16, 2017</p>
<div class="article-summary">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer ...
</div>
<a class="more" href="/2017/10/16/hello-world/">More...</a>
</article>
</main>
<div class="scroll-top">
<span class="arrow-icon"></span>
</div>
<footer class="app-footer">
<p class="copyright">
©
2017 | Proudly powered by <a href="https://hexo.io" target="_blank">Hexo</a>
<br>
<!--
Theme by <a href="https://github.com/yanm1ng">yanm1ng</a>
-->
</p>
</footer>
<script>
function async(u, c) {
var d = document,
t = 'script',
o = d.createElement(t),
s = d.getElementsByTagName(t)[0];
o.src = u;
if (c) {
o.addEventListener('load', function(e) {
c(null, e);
}, false);
}
s.parentNode.insertBefore(o, s);
}
</script>
<script>
async("//cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js", function() {
FastClick.attach(document.body);
})
</script>
<script>
var hasLine = 'true';
async("//cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js", function() {
$('figure pre').each(function(i, block) {
var figure = $(this).parents('figure');
if (hasLine == 'false') {
figure.find('.gutter').hide();
}
var lang = figure.attr('class').split(' ')[1] || 'code';
var codeHtml = $(this).html();
var codeTag = document.createElement('code');
codeTag.className = lang;
codeTag.innerHTML = codeHtml;
$(this).attr('class', '').empty().html(codeTag);
figure.attr('data-lang', lang.toUpperCase());
hljs.highlightBlock(block);
});
})
</script>
<!-- Baidu Tongji -->
<script src="/js/script.js"></script>
</body>
</html>