hexo官网

生成静态文件。

1
$ hexo generate

1
$ hexo g

启动服务器。默认情况下,访问网址为: http://localhost:4000/。

1
$ hexo server

1
$ hexo s

清除缓存文件 (db.json) 和已生成的静态文件 (public)。

1
$ hexo clean