创建文章

hexo new "文章标题"

上传部署3连

hexo cl && hexo g && hexo d

预览博客(本地运行)

通过 http://localhost:4000/ 访问

hexo cl && hexo g && hexo s

生成上传后的文件(即github上的所有文件)

hexo cl && hexo g

文件在public里

删除public文件夹

hexo cl