📌 📄 内容摘要:
Xiang (@xjfkkk) 在 部署hexo+qexo并自动同步至博客仓库 中发帖
本文是对CM佬文章进行了补充,增添了qexo管理hexo博客后台功能,并自动推送修改后的代码至你的博客网站
修改的部分参考本文,详细视频链接查看:
1.安装所需软件
Node:
修改npm源,打开CMD窗口,运行安装华为云镜像源
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
Git:
https://git-scm.com/downloads
VS code:
https://code.visualstudio.com
2.配置 Git 连接至github及仓库同步推送所需密钥
2.1. 配置用户名和邮箱
打开Git Bash配置github用户名和邮箱
git config --global user.name "你的用户名"
git config --globa...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/255450/1 ─────────────────────────────
📢 来源:LINUX DO