hexo常用命令 初始化hexo 1# hexo init 启动hexo 1# hexo s 清楚缓存 1# hexo clean 生成静态网站 1# hexo g 将现在的文件部署到远端 1# hexo d