Browse Source

Auto commit.

master
tianzhendong 3 years ago
parent
commit
54aa315ee6
  1. 2
      source/_data/friends.json
  2. 5
      zzzzdeploy.bat

2
source/_data/friends.json

@ -3,7 +3,7 @@
"avatar": "https://gitee.com/tianzhendong/img/raw/master/images/TianZD22.png", "avatar": "https://gitee.com/tianzhendong/img/raw/master/images/TianZD22.png",
"name": "docsify", "name": "docsify",
"introduction": "保持一颗学习的心", "introduction": "保持一颗学习的心",
"url": "http://tianzd.cn:90", "url": "https://tianzhendong.github.io/DocsifyNote/",
"title": "访问主页" "title": "访问主页"
},{ },{
"avatar": "https://s1.ax1x.com/2020/05/17/YRWsYT.png", "avatar": "https://s1.ax1x.com/2020/05/17/YRWsYT.png",

5
zzzzdeploy.bat

@ -1,5 +1,10 @@
@echo off @echo off
cd C:\Blog\hexo_blog cd C:\Blog\hexo_blog
git add .
git commit -m "Auto commit."
git push origin master
git push github master
hexo cl && hexo d hexo cl && hexo d
pause pause
Loading…
Cancel
Save