欢迎使用 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