//全局安装hexo脚手架 npm install -g hexo-cli //hexo初始化一个项目文件夹hexo init hexoBlog //进入到项目文件夹cd hexoBlog//安装相关依赖cnpm install //本地浏览hexo s11