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.

喵呼呼o(=•ェ•=)m

成功啦o( ̄▽ ̄)ブ

有危险Σ(っ °Д °;)っ

有消息(・∀・(・∀・(・∀・*)

当心哦≧ ﹏ ≦

1
2
3
4
5
{% alertbox primary "喵呼呼o(=•ェ•=)m" %}
{% alertbox success "成功啦o(* ̄▽ ̄*)ブ" %}
{% alertbox danger "有危险Σ(っ °Д °;)っ" %}
{% alertbox info "有消息(・∀・(・∀・(・∀・*)" %}
{% alertbox warning "当心哦≧ ﹏ ≦" %}

这是字体
这是字体
这是字体
这是字体

为字体加颜色

1
2
3
4
这是<label style="color:red">红色</label>字体
这是<label style="color:green">绿色</label>字体
这是<label style="color:yellow">黄色</label>字体
这是<label style="color:blue">蓝色</label>字体

抽屉式代码展示

1
2
3
{% collapse  " "  %}

{% endcollapse %}

开始测试

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

hexo cl && hexo g && hexo d