摘要:
官方主题:https://hexo.io/themes/ 1.下载主题 $ git clone https://github.com/litten/hexo theme yilia.git themes/yilia 下载后的主题在themes文件夹中 2.修改_config.yml中的theme: 阅读全文
摘要:
安装git https://www.cnblogs.com/TD1900/p/12322612.html 安装Node.js https://www.cnblogs.com/TD1900/p/12322767.html 安装Hexo 打开git bash,输入命令: $ cnpm install g 阅读全文
摘要:
下载 https://nodejs.org/en/download/ 安装 next直接安装 npm使用国内镜像,解决卡顿 1.以管理员身份运行cmd 2.换成阿里源 npm config set registry https://registry.npm.taobao.org 3.验证命令 npm 阅读全文
摘要:
[TOC] 下载 https://git scm.com/ 安装 默认下一步 配置 1、配置SSH key 1.运行Git Bash ssh keygen t rsa C "邮件地址"// 填写你的github注册邮箱 2.回车免密生成密钥 3.找到.ssh\id_rsa.pub文件,复制内容 4. 阅读全文
摘要:
1、打开hosts文件 使用记事本打开即可 C:\Windows\System32\drivers\etc 2、查找域名IP地址 https://www.ipaddress.com/ 1.github.com 2.github.global.ssl.fastly.net 3、写入IP地址并保存 4、 阅读全文