Hello World

欢迎来到[Hexo](https://hexo.io/)!这是你的第一篇文章。有关详细信息,请查看 [documentation](https://hexo.io/docs/)。如果你在使用 Hexo 时遇到任何问题,可以在 [疑难解答](https://hexo.io/docs/troubleshooting.html) 中找到答案,也可以在 [GitHub](https://github.com/hexojs/hexo/issues) 上问我。

快速上手

创建新帖子

1
$ hexo new "My New Post"

更多信息: [写作](https://hexo.io/docs/writing.html)

运行服务器

1
$ hexo server

更多信息:[服务器](https://hexo.io/docs/server.html)

生成静态文件

1
$ hexo generate

更多信息:[正在生成](https://hexo.io/docs/generating.html)

部署到远程站点

1
$ hexo deploy

详细信息:[部署](https://hexo.io/docs/one-command-deployment.html)