Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Deploy and run server

1
./_deploy.sh && hexo s

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Some Test

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<span class="badge badge-primary">默认标签</span> <span class="badge badge-primary">靛蓝标签</span> <span class="badge badge-success">绿色标签</span> <span class="badge badge-danger">红色标签</span> <span class="badge badge-info">蓝色标签</span> <span class="badge badge-warning">橙色标签</span>

<span class="badge badge-primary badge-pill">靛蓝标签</span> <span class="badge badge-success badge-pill">绿色标签</span> <span class="badge badge-danger badge-pill">红色标签</span> <span class="badge badge-info badge-pill">蓝色标签</span> <span class="badge badge-warning badge-pill">橙色标签</span>

<div class="dnprogress-wrapper">
<div class="dnprogress-info">
<div class="dnprogress-label"><span>进度条</span></div>
<div class="dnprogress-percentage"><span>66%</span></div>
</div>
<div class="dnprogress">
<div class="dnprogress-bar" style="width: 66%;"></div>
</div>
</div>

Math test $\text{test} a^2+b^2=c^2$

<span class="argon-hidden-text argon-hidden-text-blur" title="You know too much">Test</span>

默认标签 靛蓝标签 绿色标签 红色标签 蓝色标签 橙色标签

靛蓝标签 绿色标签 红色标签 蓝色标签 橙色标签

EZHDIN

Progress Bar
66%

Math test $\text{test} a^2+b^2=c^2$

Test

上一篇