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.
欢迎来到Hexo!这是你的第一篇文章。有关详细信息,请查看文档。如果您在使用Hexo时遇到任何问题,您可以在疑难解答中找到答案,也可以在GitHub上询问我。

Quick Start

Create a new post

创建新帖子

$ hexo new "My New Post"

More info: Writing

Run server

运行服务器

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

部署到远程站点

$ hexo deploy

More info: Deployment