====================================================
.deploy_git 目录下打开git Bash命令
查看it80是否有权限登陆
提示
注: 整理或折腾自网络, 仅供参考,入坑需谨慎, 不对各种疑问负责
如遇到各种bug, 可以卸载node、git,重启pc、重装node、git(注意备份.md文件(文章源文件) .yml文件(相关配置))
生成秘钥,名称要不同
cd ~/.ssh
ssh-keygen -t rsa -C "XX-1@gmail.com"
ssh-keygen -t rsa -C "xx-2@gmail.com"
第一步: github.com 上添加新仓库 "Create New Repository"
第二步: 本地关联远程库.添加后,远程库的名字就是 origin ,这是 Git 默认的叫法,也可以改成别的,但是 origin 这个名字一看就知道是远程库。
git remote add origin** [https://github.com/Durant35/[Repository**](https://github.com/Durant35/%5BRepository)** **Name].git
Good afternoon ,faculty students parents and friends.I am truly honored and grateful to speak at the commencement for the University of Maryland, Class of 2017.
教职员工们,同学们,家长们,朋友们,下午好。非常荣幸能在马里兰大学2017届毕业典礼上演讲。
404页面效果 https://it80.github.io/404
创建一个页面
在hexo项目根目录输入命令hexo new page 404
这时会创建source/404/index.md文件