-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (158 loc) · 6.61 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gridea</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="温故而知新"/>
<meta name="keywords" content="温故而知新"/>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="https://Innocent-children.github.io/favicon.ico">
<link rel="stylesheet" href="https://Innocent-children.github.io/styles/main.css">
<!-- Modernizr JS -->
<script src="https://Innocent-children.github.io/media/scripts/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<scripts src="https://Innocent-children.github.io/media/scripts/respond.min.js"></scripts>
<![endif]-->
<!-- Comment -->
<!-- katex -->
<!--<link href="https://cdn.bootcss.com/KaTeX/0.11.1/katex.min.css" rel="stylesheet">-->
<link href="https://cdn.bootcss.com/font-awesome/5.11.2/css/all.min.css" rel="stylesheet">
</head>
<body>
<div id="fh5co-offcanvas">
<a href="#!" class="fh5co-close-offcanvas js-fh5co-close-offcanvas">
<span><i class="icon-cross3"></i> <span>Close</span></span>
</a>
<div class="fh5co-bio">
<figure>
<img src="https://Innocent-children.github.io/images/avatar.png" alt="Gridea"
class="img-responsive">
</figure>
<a href="https://Innocent-children.github.io/post/about/"><h3 class="heading">ABOUT ME</h3></a>
<h2>Gridea</h2>
<p>温故而知新</p>
<ul class="fh5co-social">
<li>
</li>
<li>
</li>
<li>
</li>
<li>
</li>
<li>
</li>
</ul>
</div>
<div class="fh5co-menu">
<!-- 标签 -->
<div class="fh5co-box">
<a href="https://Innocent-children.github.io/tags/"><h3 class="heading">👉标签</h3></a>
<ul>
<li><a href="https://Innocent-children.github.io/tag/kCu0yjeMR/">Gridea</a></li>
</ul>
</div>
</div>
</div>
<header id="fh5co-header">
<div class="container-fluid">
<div class="row">
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle"><i></i></a>
<ul class="fh5co-social">
<li>
<a href="/"
>
首页
</a>
</li>
<li>
<a href="/archives"
>
归档
</a>
</li>
<li>
<a href="/tags"
>
标签
</a>
</li>
<li>
<a href="/post/about"
>
关于
</a>
</li>
</ul>
<div class="col-lg-12 col-md-12 text-center">
<h1 id="fh5co-logo">
<a href="https://Innocent-children.github.io">Gridea </a>
</h1>
</div>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row fh5co-post-entry">
<article class="col-lg-3 col-md-3 col-sm-3 col-xs-12 col-xxs-12 animate-box" style="height: 25em;">
<figure class="img-box">
<a href="https://Innocent-children.github.io/post/hello-gridea/">
<img data-original="https://Innocent-children.github.io/post-images/hello-gridea.png" alt="Hello Gridea" class="img-responsive img-rounded lazy">
</a>
</figure>
<span class="fh5co-meta">
<a href="https://Innocent-children.github.io/tag/kCu0yjeMR/" class="tag">Gridea, </a>
</span>
<h3 class="fh5co-article-title">
<a href="https://Innocent-children.github.io/post/hello-gridea/">Hello Gridea</a>
</h3>
<span class="fh5co-meta fh5co-date">2018-12-12</span>
</article>
<div class="clearfix visible-lg-block visible-md-block visible-sm-block visible-xs-block"></div>
</div>
<div class="pagination-box animate-box">
</div>
</div>
<footer id="fh5co-footer">
<p>Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a></p>
</footer>
<!-- jQuery -->
<script src="https://Innocent-children.github.io/media/scripts/jquery.min.js"></script>
<!-- img lazy load -->
<script src="https://Innocent-children.github.io/media/scripts/jquery.lazyload.min.js"></script>
<!-- jQuery Easing -->
<script src="https://Innocent-children.github.io/media/scripts/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="https://Innocent-children.github.io/media/scripts/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="https://Innocent-children.github.io/media/scripts/jquery.waypoints.min.js"></script>
<!-- Main JS -->
<script src="https://Innocent-children.github.io/media/scripts/main.js"></script>
<!-- Md5 Min JS -->
<script src="https://Innocent-children.github.io/media/scripts/md5.min.js"></script>
<!-- katex -->
<!--<script src="https://cdn.bootcss.com/KaTeX/0.11.1/katex.min.js"></script>-->
<!-- highlight -->
<script src="https://cdn.bootcss.com/highlight.js/9.15.8/highlight.min.js"></script>
<script type="application/javascript">
// 代码高亮
hljs.initHighlightingOnLoad();
// img 懒加载
$(function () {
$("img.lazy").lazyload({
effect: "fadeIn", // 懒加载动画
threshold: 180 // 在图片距离屏幕180px时提前载入
});
// tooltip
$('[data-toggle="tooltip"]').tooltip();
// 目录
$('#tool-toc').click(function () {
$('.post-toc').toggle();
});
});
</script>
</body>
</html>