​ 欢迎来到 Hexo !这是你第一次发帖。查查更多信息。如果您在使用 Hexo 时遇到任何问题,您可以在[故障排除]中找到答案,或者您可以在Github上问.

​ Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on 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