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

创建一个新文章

#以下命令功能相同,都在post下面创建了新文章
$ hexo new "My New Post"
$ hexo n "My New Post"
$ hexo new post "My New Post"

More info: Writing

启动服务

#以下命令等价
$ hexo server
$ hexo s

More info: Server

Generate static files

$ hexo generate

More info: Generating

发布网站到远程

$ hexo deploy
$ hexo d

More info: Deployment