HELLO WORLD!

之前由于个人学业原因,这个网站关停了一段时间,现在的我正式步入大学,再一次拿回这个域名。

以后大概会在这里更新一些个人在学习之中收获到的各种心得,以及生活中值得留念的事物。

通过各个渠道来到这儿的朋友,一起加油啊。

Hexo框架生成的开山文章,保存留念

## Quick Start
### Create a new post
1
$ hexo new "My New Post"
More info: [Writing](https://hexo.io/docs/writing.html) ### Run server
1
$ hexo server
More info: [Server](https://hexo.io/docs/server.html) ### Generate static files
1
$ hexo generate
More info: [Generating](https://hexo.io/docs/generating.html) ### Deploy to remote sites
1
$ hexo deploy
More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)