hexo+coding搭建个人博客

1.实例

1 https://blog.csdn.net/q563730343/article/details/78871980
2 https://www.jianshu.com/p/b2433a2703c6

 2.git上传代码到coding

 1 在coding上创建个人仓库
 2 配置公钥
 3 在本地创建项目文件
 4 在项目下:git bash here
 5 克隆coding项目:git clone [email protected]:earwindUpdate.git
 6 然后:cd earwindUpdate
 7 现在可以在创建的earwindUpdate(项目名)文件下写代码了
 8 写完后上传代码:
 9     git add .
10     git commit -m "项目描述"
11     git push origin master(分支名称)

猜你喜欢

转载自www.cnblogs.com/qxp140605/p/11582044.html