-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
271 lines (227 loc) · 10.4 KB
/
index.html
File metadata and controls
271 lines (227 loc) · 10.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<title>Hexo</title>
<meta name="author" content="John Doe">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="icon" href="">
<script src="https://cdn.staticfile.org/instant.page/5.1.0/instantpage.min.js" type="module"></script>
<script src="https://cdn.staticfile.org/font-awesome/6.1.1/js/all.min.js"></script>
<link rel="stylesheet" href="/css/fonts.min.css">
<link rel="stylesheet" href="/css/particlex.css">
<script src="https://cdn.staticfile.org/vue/3.2.33/vue.global.prod.min.js"></script>
<meta name="generator" content="Hexo 6.2.0"></head>
<body>
<div id="loading" style="height:100vh;width:100vw;position:fixed;display:flex;z-index:200;justify-content:space-between;background:#fff;transition:opacity 0.3s ease-out"><div style="position:fixed;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center"><div id="loadcontent" style="width:50vmin;height:50vmin;padding:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:solid 10px #a3ddfb;text-align:center"><div><h2>LOADING...</h2><p style="word-break:keep-all">加载过慢请开启缓存(浏览器默认开启)</p><div><img alt="loading" src="/loading.gif"></div></div></div></div></div>
<div id="layout">
<i data-fa-symbol="calendar-solid" class="fa-solid fa-calendar fa-fw"></i>
<i data-fa-symbol="bookmark-solid" class="fa-solid fa-bookmark fa-fw"></i>
<i data-fa-symbol="tags-solid" class="fa-solid fa-tags fa-fw"></i>
<transition name="into">
<div v-show="show_page" style="display: -not-none">
<div id="menu_show">
<nav id="menu">
<div class="desktop-menu">
<a href="/">
<span class="title">Hexo</span>
</a>
<a href="/">
<i class="fa-solid fa-house fa-fw"></i>
<span> home</span>
</a>
<a href="/about">
<i class="fa-solid fa-id-card fa-fw"></i>
<span> about</span>
</a>
<a href="/archives">
<i class="fa-solid fa-box-archive fa-fw"></i>
<span> archives</span>
</a>
<a href="/categories">
<i class="fa-solid fa-bookmark fa-fw"></i>
<span> categories</span>
</a>
<a href="/tags">
<i class="fa-solid fa-tags fa-fw"></i>
<span> tags</span>
</a>
</div>
<div :class="'phone-menu ' + menu_show" id="phone-menu">
<div class="curtain" @click="menu_show = !menu_show" v-show="menu_show"></div>
<div :class="'title'" @click="menu_show = !menu_show">
<i class="fa-solid fa-bars fa-fw"></i>
<span> Hexo</span>
</div>
<transition name="slide">
<div class="items" v-show="menu_show">
<a href="">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-house fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">home</div>
</div>
</a>
<a href="about">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-id-card fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">about</div>
</div>
</a>
<a href="archives">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-box-archive fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">archives</div>
</div>
</a>
<a href="categories">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-bookmark fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">categories</div>
</div>
</a>
<a href="tags">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-tags fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">tags</div>
</div>
</a>
</div>
</transition>
</div>
</nav>
</div>
<div id="main">
<div id="home-head">
<div id="home-background" style="background-image: url()"></div>
<div id="home-info" class="home-info" @click="home_click">
<span class="loop"></span>
<span class="loop"></span>
<span class="loop"></span>
<span class="loop"></span>
<span class="info">
<div class="wrap">
<h1>Hexo</h1>
<h3></h3>
<h5></h5>
</div>
</span>
</div>
</div>
<div id="home-posts-wrap" class=>
<div id="home-posts">
<div id="posts">
<div class="post">
<a href="/2022/08/25/hello-world/">
<h2>
Hello World
</h2>
</a>
<div class="category-and-date">
<span class="date">
<span class="icon">
<svg class="fa-icon"><use xlink:href="#calendar-solid"></use></svg>
</span>
2022/8/25
</span>
</div>
<div class="excerpt">
<div class="content" v-pre>
<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><pre><code class="bash">$ hexo new "My New Post"
</code></pre>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><pre><code class="bash">$ hexo server
</code></pre>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><pre><code class="bash">$ hexo generate
</code></pre>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><pre><code class="bash">$ hexo deploy
</code></pre>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
</div>
</div>
<div class="post-tags">
</div>
<a href="/2022/08/25/hello-world/" class="go-post">
阅读全文
</a>
</div>
<div class="page-current">
<div class="prev">
</div>
<div class="page-index">
<span class="current">
1
</span>
</div>
<div class="next">
</div>
</div>
</div>
</div>
<div id="home-card">
<div id="card-div">
<div class="card-style" style="width: 300px">
<div class="avatar">
<img src=" " alt="avatar">
</div>
<div class="name">
John Doe
</div>
<div class="descriptions">
<div class="description">
Description...
</div>
</div>
<div class="icon-links">
<span class="icon-link">
<a target="_blank" rel="noopener" href="https://github.com/argvchs">
<i class="fa-brands fa-github fa-fw"></i>
</a>
</span>
</div>
<div class="friend-links">
</div>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="footer-wrap">
<div>
© 20xx - 2022 Hexo
<span class="footer-icon">
<i class="fa-solid fa-font-awesome fa-fw"></i>
</span>
@John Doe
</div>
<div></div>
<div>Based on the <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo Engine</a> & <a
target="_blank" rel="noopener" href="https://github.com/argvchs/hexo-theme-particlex">ParticleX Theme</a></div>
</div>
</footer>
</div>
</div>
</transition>
<div id="img_show">
<img id="img_content" alt="img_show">
</div>
</div>
<script src="https://cdn.staticfile.org/highlight.js/11.5.1/highlight.min.js"></script>
<script src="/js/particlex.js"></script>
<script src="/js/showimg.js"></script>
</body>
</html>