欢迎使用 Hexo! 这是你的第一篇文章。 检查 文档 documentation 了解更多信息。 如果您在使用 Hexo 时遇到任何问题, 可以在 疑难解答 troubleshooting中找到答案,或者你可以在 GitHub上问我.

Quick Start 快速入门

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