hexo使用笔记 发表于 2017-03-13 hexo使用笔记安装1npm install -g hexo-cli 常用命令1234hexo new [layout] <title> #写新文章hexo g #生成hexo server #本地运行hexo deploy #部署 部署配置git方式 安装: npm install hexo-deployer-git --save 修改_config.yml文件: 1234deploy: type: git repository: git@github.com:heguichuan/heguichuan.github.io.git branch: master