new

创建新的文章。

1
2

$ hexo new "hexo-article"

generate

更新或生成文件页面内容。

1
2
3
4
5
6

$ hexo generate

or

$ hexo g

clean

清理所有文件信息。

1
2

$ hexo clean

server

开启hexo服务,默认localhost:4000访问

1
2
3
4
5
6

$ hexo server

or

$ hexo s

以上是我比较常用的,更多点击https://hexo.io/zh-cn/docs/commands查看。