Windows 本地部署 Hexo 到 Coding 配deploy的教程 发表于 2020-11-19 分类于 默认 阅读次数: 本文字数: 340 阅读时长 ≈ 1 分钟 默认 配置_config.yml 12345678deploy: # 定义部署 - type: git repository: coding: git@e.coding.net: branch: master message: message # git commit -m "message" name: zhan email: 169@qq.com 安装hexo-deployer-git12npm config set registry http://registry.npm.taobao.orgnpm install hexo-deployer-git --save 预览12npm ihexo cl && hexo s 部署到Coding1hexo cl && hexo g && hexo d