Hexo 使用历程
Hexo 与 Butterfly主题部署到 Github 的使用历程记录 配置环境安装工具 Node.js Git Visual Studio Code 一键备份Hexo与Butterfly主题文件工具 设置国内镜像源 查询当前使用镜像源 1npm get registry 淘宝 1npm config set registry https://registry.npmmirror.com/ 腾讯 1npm config set registry https://mirrors.cloud.tencent.com/npm/ CNPM 1npm config set registry https://r.cnpmjs.org/ 还原官方镜像源 1npm config set registry https://registry.npmjs.org/ Github 配置Git 配置 设置用户名与邮箱 12git config --global user.name "GitHub 用户名"git config --global...

