-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (164 loc) · 6.7 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
<!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="keywords" content="hexo, autumn">
<title>
My Blog
</title>
<!-- favicon -->
<link rel="icon" href="http://osly086qe.bkt.clouddn.com/favicon.ico">
<link rel="stylesheet" href="/css/style.css">
<!-- highlight -->
<link rel="stylesheet" href="https://cdn.bootcss.com/highlight.js/9.12.0/styles/github-gist.min.css">
<script src="//cdn.bootcss.com/highlight.js/9.2.0/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad()
</script>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="http://osly086qe.bkt.clouddn.com/hexo-infinite-scroll-v1.0.1.min.css">
<script src="http://osly086qe.bkt.clouddn.com/hexo-infinite-scroll-v1.0.3.min.js"></script>
<script>
infiniteScroll()
// for mobile menu
$(function() {
$('.social-button').click(function() {
if ($('.social-links').hasClass('hide-links')) {
$('.social-links').removeClass('hide-links')
} else {
$('.social-links').addClass('hide-links')
}
})
})
</script>
</head>
<body style="background: url(http://osly086qe.bkt.clouddn.com/button-bg.png) #f3f3f3">
<div class="container">
<header class="header">
<h1 class="title">
<a href="/" class="logo">
My Blog
</a>
</h1>
<h2 class="desc">
</h2>
<nav class="links">
<button class="social-button">
menu
</button>
<ul class="social-links hide-links">
<li>
<a href="https://github.com/Txllmz">
Github
</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<section class="posts">
<article class="post">
<h1 class="post-title">
<a href="/2018/10/27/canvas踩坑/">
canvas踩坑
</a>
</h1>
<ul class="post-date">
<li>
October 27, 2018
</li>
<li>
Lmz
</li>
</ul>
<div class="post-cover">
<img src="https://github.com/Txllmz/Txllmz.github.io/blob/master/images/1.png?raw=true">
</div>
<div class="post-content ">
<a href="/2018/10/27/canvas踩坑/" class="more-link">Continue reading</a>
</div>
</article>
<article class="post">
<h4 class="post-cat">
<a href="/categories/web框架/">
web框架
</a>
</h4>
<h1 class="post-title">
<a href="/2018/10/24/vue组件与过滤器/">
vue组件与过滤器
</a>
</h1>
<ul class="post-date">
<li>
October 24, 2018
</li>
<li>
Lmz
</li>
</ul>
<div class="post-content ">
<a href="/2018/10/24/vue组件与过滤器/" class="more-link">Continue reading</a>
</div>
</article>
<article class="post">
<h4 class="post-cat">
<a href="/categories/web框架/">
web框架
</a>
</h4>
<h1 class="post-title">
<a href="/2018/10/24/vue入门/">
vue入门
</a>
</h1>
<ul class="post-date">
<li>
October 24, 2018
</li>
<li>
Lmz
</li>
</ul>
<div class="post-content ">
<a href="/2018/10/24/vue入门/" class="more-link">Continue reading</a>
</div>
</article>
<article class="post">
<h1 class="post-title">
<a href="/2018/10/17/hello-world/">
~Hello World~
</a>
</h1>
<ul class="post-date">
<li>
October 17, 2018
</li>
<li>
Lmz
</li>
</ul>
<div class="post-content ">
<a href="/2018/10/17/hello-world/" class="more-link">Continue reading</a>
</div>
</article>
</section>
</main>
<aside class="aside">
<section class="aside-section">
<h1>Categories</h1>
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/web框架/">web框架</a></li></ul>
</section>
<section class="aside-section">
<h1>Archives</h1>
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/">2018</a></li></ul>
</section>
<section class="aside-section tag">
<h1>Tags</h1>
<ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/canvas/">canvas</a></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/vue/">vue</a></li></ul>
</section>
</aside>
</div>
</body>
</html>