0%

使用gitee制作图床

配合使用的上传的软件为PicGo;

1
2
3
4
var a = 10;
function a(){
return '123'
}

代办事项

1
2
3
* [x] 已经完成的
* [x] 天气很好
* [ ] 没完成的
  • 已经完成的
  • 天气很好
  • 没完成的

加粗

斜体asdasd

加粗斜体

阿达瓦大无大打完大无hollow word

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
gantt
   dateFormat YYYY-MM-DD
   title Adding GANTT diagram functionality to mermaid
   section A section
   Completed task  :done, des1, 2014-01-06,2014-01-08
   Active task     :active, des2, 2014-01-09, 3d
   future task     :    des3, after des2, 5d
   future task2    :    des4, after des3, 5d
   section Critical tasks
   Completed task in the critical line :crit, done, 2014-01-06,24h
   Implement parser and json      :crit, done, after des1, 2d
   Create tests for parser       :crit, active, 3d
   Future task in critical line     :crit, 5d
   Create tests for renderer      :2d
   Add to ,mermaid           :1d

问题:更换电脑重新安装hexo之后ftpsync部署阿里云一直卡在Committing不动
解决办法:参考这篇文章的解决办法,更换package.json 中的hexo-deployer-ftpsync改为

1
"hexo-deployer-ftpsync": "git+ssh://git@github.com:LaurenIsACoder/hexo-deployer-ftpsync.git",

​ 然后npm install,可以成功部署。

原文链接: http://lihanlu.cn/hexo-ftpsync-bug/