Hello World

欢迎来到 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

新建一个文章

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