欢迎使用 Hexo!这是您的第一篇帖子。查看 文档 了解更多信息。如果您在使用 Hexo 时遇到任何问题,您可以在 故障排除 中找到答案,也可以在 GitHub 上向我提问。

快速入门

创建新帖子

1
$ hexo new "My New Post"

More info: Writing

运行服务器

1
$ hexo server

More info: Server

生成静态文件

1
$ hexo generate

More info: Generating

部署到远程站点

1
$ hexo deploy

More info: Deployment