Hello World

文章发布时间:

最后更新时间:

欢迎来到 Hexo!这是你的第一篇文章。如需更多信息,请查看 文档。如果在使用 Hexo 时遇到问题,可以在 故障排除 中找到答案,或者在 GitHub 上向我反馈。

快速开始

创建新文章

1
$ hexo new "My New Post"

更多信息: Writing

运行服务器

1
$ hexo server

更多信息: Server

生成静态文件

1
$ hexo generate

更多信息: Generating

部署到远程站点

1
$ hexo deploy

更多信息: Deployment