Hexo配置一键部署到GitHub Page 发表于 2022-01-08 分类于 Hexo 阅读次数: Changyan: 本文字数: 223 阅读时长 ≈ 1 分钟 Hexo使用hexo-deployer-git插件可以一键部署Github页面,方便快捷 安装该插件npm install hexo-deployer-git --save 修改配置12345deploy: type: git repo: <repository url> #GitHub仓库 branch: [branch] #选择分支 message: [message] #自定义信息一般删掉 运行命令推送hexo clean && hexo deploy