记录一下维护hexo常用的几个命令

整理一部分最常用的hexo命令

维护hexo常用的几个命令

生成,参数-d可以生成后部署,等效hexo d -g

1
2
3
4
5
hexo g
hexo generate

hexo g -d
hexo d -g

启动服务

1
2
hexo s
hexo server

部署,部署前需要正确配置_config.yml

1
2
hexo d
hexo deploy

新建文章

1
2
hexo n "article"
hexo new "article"

清除缓存

1
hexo clean

记录一下维护hexo常用的几个命令

https://smallsquare.github.io/Common-commands-of-using-hexo/

Author

SmallSquare

Posted on

2022-03-20

Updated on

2023-03-17

Licensed under

Comments