This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
455 lines (274 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
450
451
452
453
454
455
<!DOCTYPE html>
<html lang="">
<!-- Head tag -->
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<title>
Xiaoxing Ye's Farmland
</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="Xiaoxing Ye">
<link rel="alternate" type="application/atom+xml" href="/atom.xml">
<link href="/css/style.css" rel="stylesheet" type="text/css">
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<script src="https://cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
<!--<script src="https://cdn.bootcss.com/jquery_lazyload/1.9.7/jquery.lazyload.min.js"></script>-->
<script src="/js/script.js" type="text/javascript" async></script>
<!-- Global javascript config object -->
<script type="text/javascript">
var CONFIG = {
};
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
showProcessingMessages: false,
jax: ["input/TeX","output/HTML-CSS", "output/PreviewHTML"],
extensions: ["tex2jax.js", "fast-preview.js", "AssistiveMML.js" /*"MathMenu.js", "MathZoom.js", "[Contrib]/a11y/accessibility-menu.js"*/ ],
TeX: {
extensions: ["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]
},
tex2jax: {
inlineMath: [['$','$']],
displayMath: [['$$','$$']],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
},
"HTML-CSS": {linebreaks: {automatic: true}},
SVG: {linebreaks: {automatic: true}}
});
</script>
<script type="text/javascript" src="https://cdn.bootcss.com/mathjax/2.7.1/MathJax.js" async></script>
<script src="https://www.googletagmanager.com/gtag/js?id=UA-40301850-2" ></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-40301850-2');
</script><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body class="home">
<!-- hexo-inject:begin --><!-- hexo-inject:end --><nav id="header">
<div class="container clearfix">
<div class="logo" style="width: auto;">
<a href="/" title="Xiaoxing Ye's Farmland" rel="home" style="text-decoration: none;">
<span class="brand-logo">
Xiaoxing Ye's Farmland
</span>
</a>
</div>
<div id="global-nav">
<ul class="gnul">
<li class="gnli current">
<a class="gna fa fa-home" href="/" title="Xiaoxing Ye's Farmland">
<span class="gn-item">Home</span>
</a>
</li>
<li class="gnli dropdown">
<a class="gna fa fa-bars" href="#">
<span class="gn-item">Navigation</span>
</a>
<div class="submenu">
<div class="tab-content">
<table>
<tbody>
<tr class="trline">
<td class="tdleft">Categories</td>
<td class="tdright">
<ul class="tab-categories">
<li class="cat-item">
<a href="/categories/Diary/">Diary</a>
</li>
<li class="cat-item">
<a href="/categories/Tutorials/">Tutorials</a>
</li>
</ul>
</td>
</tr>
<tr>
<td class="tdleft">Tags</td>
<td class="tdright">
<div class="tab-tags">
<a href="/tags/Tutorials/" style="font-size: 12px;">Tutorials</a> <a href="/tags/docker/" style="font-size: 12px;">docker</a> <a href="/tags/mailman/" style="font-size: 12px;">mailman</a> <a href="/tags/aws/" style="font-size: 12px;">aws</a> <a href="/tags/Installation/" style="font-size: 12px;">Installation</a> <a href="/tags/Hexo/" style="font-size: 12px;">Hexo</a> <a href="/tags/Diary/" style="font-size: 12px;">Diary</a> <a href="/tags/Random-Thoughts/" style="font-size: 12px;">Random Thoughts</a> <a href="/tags/blockcerts/" style="font-size: 12px;">blockcerts</a> <a href="/tags/blockchain/" style="font-size: 12px;">blockchain</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</li>
<li class="gnli">
<a class="gna fa fa-archive" href="/archives/index.html" title="">
<span class="gn-item">Archive</span>
</a>
</li>
<li class="gnli">
<a class="gna fa fa-user" href="/about/index.html" title="">
<span class="gn-item">About Me</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<div class="container clearfix">
<!-- Main Content -->
<main id="primary">
<div id="postlist">
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a href="/2018/01/31/Utilizing-BlockCert-Blockchain-Based-Educational-Certificates/" title="Utilizing BlockCert - Blockchain-Based Educational Certificates">Utilizing BlockCert - Blockchain-Based Educational Certificates</a>
</h1>
</header>
<div class="post-meta">
<ul class="inline-ul">
<li class="inline-li">
<time>2018-01-31</time>
</li>
<li class="inline-li">
<span class="post-span">·</span>
</li>
<li class="inline-li">
<a href="/categories/Tutorials/" title="Tutorials" rel="category tag">Tutorials</a>
</li>
</ul>
</div>
<div class="post-body post-preview">
<div class="post-content">
<p>Imagine that, one day you graduate from CUHK-Shenzhen and you don't receive a paper diploma. While you are complaining it to your friend, saying that "the University is too stingy to give a single paper", you receive an email, with title "Your Digital Diploma". With curiosity, you open the email and it says, "Welcome to digital world. Attached is your e-diploma, and you can print it yourself". Uh-huh, e-diploma? Sounds to be cool.</p>
</div>
</div>
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a href="/2018/01/02/Happy-New-Year/" title="Happy New Year!">Happy New Year!</a>
</h1>
</header>
<div class="post-meta">
<ul class="inline-ul">
<li class="inline-li">
<time>2018-01-02</time>
</li>
<li class="inline-li">
<span class="post-span">·</span>
</li>
<li class="inline-li">
<a href="/categories/Diary/" title="Diary" rel="category tag">Diary</a>
</li>
</ul>
</div>
<div class="post-body post-preview">
<div class="post-content">
<p>Happy New Year, my dearest readers. The following contents are in Chinese (yes I'm too lazy to translate...)</p>
</div>
</div>
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a href="/2018/01/02/Deploy-Mailman-3-on-AWS-using-Docker/" title="Deploy Mailman 3 on AWS Using Docker">Deploy Mailman 3 on AWS Using Docker</a>
</h1>
</header>
<div class="post-meta">
<ul class="inline-ul">
<li class="inline-li">
<time>2018-01-02</time>
</li>
<li class="inline-li">
<span class="post-span">·</span>
</li>
<li class="inline-li">
<a href="/categories/Tutorials/" title="Tutorials" rel="category tag">Tutorials</a>
</li>
</ul>
</div>
<div class="post-body post-preview">
<div class="post-content">
<p>Update Jan 2, 2018: I believe that this article has covered most components you need. If you have any problem, you're welcomed to contact me (tho I am not a professional guy) at... you can find my contact :)</p>
</div>
</div>
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a href="/2017/11/19/From-0-to-1-Build-Your-Blog-using-Hexo/" title="From 0 to 1: Build Your Blog Using Hexo">From 0 to 1: Build Your Blog Using Hexo</a>
</h1>
</header>
<div class="post-meta">
<ul class="inline-ul">
<li class="inline-li">
<time>2017-11-19</time>
</li>
<li class="inline-li">
<span class="post-span">·</span>
</li>
<li class="inline-li">
<a href="/categories/Tutorials/" title="Tutorials" rel="category tag">Tutorials</a>
</li>
</ul>
</div>
<div class="post-body post-preview">
<div class="post-content">
<p>Want to have a place to save your ideas? You may need a blog. But the question comes, what kind of blogging software do you need?</p>
</div>
</div>
</article>
</div>
</main>
<div id="pagenavi">
<span class="page-number current">1</span>
</div>
<div id="sidebar">
<div class="widget recent-posts"></div>
</div>
<!-- end #sidebar -->
</div>
</div>
<!-- Footer -->
<!-- #content -->
<footer id="footer">
<div class="container">
<p>
<span class="cc-license">
<a href="https://creativecommons.org/licenses/by-sa/4.0" target="_blank" title="Creative Commons license by-sa">
<span class="cc cc-cc"></span>
<span class="cc cc-by"></span>
<span class="cc cc-sa"></span>
</a>
</span>
2017-2018 Xiaoxing Ye's Farmland.
</p>
<p>Themed by <a href="https://github.com/unnamed42/hexo-theme-kunkka">Kunkka</a> | Powered by <a href="https://hexo.io/">Hexo</a>.</p>
<div class="sns-icons">
</div>
</div>
</footer>
<!-- #footer -->
<div id="totop" title="Back to top">
<canvas id="totop-canvas" width="48" height="48"></canvas>
<div id="totop-percent"></div>
</div><!-- hexo-inject:begin --><!-- Begin: Injected MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config("");
</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://cdn.jsdelivr.net/npm/[email protected]/MathJax.js">
</script>
<!-- End: Injected MathJax -->
<!-- hexo-inject:end -->
</body>
</html>