-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (92 loc) · 2.95 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>moon pie</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/app.css">
<!-- <link rel='stylesheet' href='http://fonts.useso.com/css?family=Source+Code+Pro'> -->
<meta name="generator" content="Hexo 4.2.0"></head>
<body>
<nav class="app-nav">
<a class="active" href="/.">home</a>
<a href="/archives">archive</a>
<a href="/atom.xml">rss</a>
</nav>
<header class="app-header">
<section class="banner">
<!-- http://daverupert.com/2015/12/intrinsic-placeholders-with-picture/ -->
<div class="placeholder"></div>
<img
class="banner-small"
data-src="/images/banner-large.png"
src="/images/banner-small.png"
alt="banner"
>
</section>
<section class="description">
<img class="avatar" src="/images/benz.jpg" alt="avatar" />
<h1 class="title"> moon pie </h1>
<h3 class="subtitle"> There are two kinds of people in the world, those who have a girlfriend and those who understand binary </h3>
</section>
<ul class="social-list">
</ul>
</header>
<main class="index">
<article>
<h1 class="article-title">
<a href="/2018/01/09/hbase/">HBase 简介</a>
</h1>
<div class="article-entry">
</div>
<div class="article-meta">
<span class="article-date">Jan 09 2018</span>
</div>
</article>
<article>
<h1 class="article-title">
<a href="/2018/01/08/git%E4%B8%8B%E8%BD%BD%E9%80%9F%E5%BA%A6%E6%8F%90%E5%8D%87/">提升GitHub上项目的下载速度</a>
</h1>
<div class="article-entry">
</div>
<div class="article-meta">
<span class="article-date">Jan 08 2018</span>
</div>
</article>
<article>
<h1 class="article-title">
<a href="/2018/01/07/hdfs/">HDFS 简介</a>
</h1>
<div class="article-entry">
</div>
<div class="article-meta">
<span class="article-date">Jan 07 2018</span>
</div>
</article>
<article>
<h1 class="article-title">
<a href="/2017/02/03/hive%20%E5%88%86%E5%8C%BA%E8%A1%A8%E7%9A%84%E6%B5%8B%E8%AF%95%20/">hive 分区表的测试</a>
</h1>
<div class="article-entry">
</div>
<div class="article-meta">
<span class="article-date">Feb 03 2017</span>
</div>
</article>
<nav class="page-nav">
<span class="page-number current">1</span>
</nav>
</main>
<footer class="app-footer">
<p>
Written by
<a href="https://github.com/DrakeLeung/hexo-theme-again" target="_blank" rel="noopener">
Drake Leung
</a>
</p>
<p> Powered by <a href="https://hexo.io" target="_blank" rel="noopener"> Hexo </a> <p>
</footer>
<script src="/js/app.js"></script>
</body>
</html>