hexo new “blogname”

创建一篇新的博客, 创建博客文章应该使用此命令,而不是直接在文件夹内创建文件

hexo clean

清除历史提交

hexo generate

hexo server

开启本地服务(测试用)

hexo deploy

远程提交