0%

欢迎使用Hexo

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.

快速入门

创建一个新帖子

1
$ hexo new "My New Post"

More info: Writing

运行服务器

1
$ hexo server    or      $ hexo  s

More info: Server

生成静态文件

1
$ hexo generate  or      $ hexo g

More info: Generating

部署到远程站点

1
$ hexo deploy    or     $ hexo d

More info: Deployment