欢迎光临Hexo!这是你的第一篇文章。检查文件了解更多信息。如果您在使用Hexo时遇到任何问题,可以在[故障排除]中找到答案(https://hexo.io/docs/troubleshooting.html)或者你可以在[GitHub]上问我(https://github.com/hexojs/hexo/issues)。

快速入门

创建新帖子

1
$ hexo new "My New Post"

更多信息:写作

运行服务器

1
$ hexo server

更多信息:服务器

生成静态文件

1
$hexo生成$ hexo generate

更多信息:生成

部署到远程站点

1
$ hexo deploy

更多信息:部署