hexo的使用简册

这是基于 Hexo的站点,查看 官方文档 获得更多信息。 Hexo的反馈地址:troubleshootingGitHub

常用命令

新建博文

1
2
3
4
$ hexo new "My New Post"
or
$ hexo n "My new post"
//有空格时必加引号

More info: Writing

本地测试

1
2
3
$ hexo server
or
$ hexo s

More info: Server

编译网页

1
2
3
$ hexo generate
or
$ hexo g

More info: Generating

发布到服务器

1
2
3
$ hexo deploy
or
$ hexo d

More info: Deployment

清除编译内容

1
2
3
$ hexo clean
or
$ hexo c

七牛

图片同步

1
2
3
$ hexo qiniu sync
or
$ hexo qiniu s
土豪将鼓励我继续创作和搬运!