This commit is contained in:
newnius
2016-12-01 11:51:10 +08:00
parent 77aca1ab5a
commit daf3d740ff
3 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
#! /bin/bash
git config --global user.email $GIT_EMAIL
git config --global user.name $GIT_NAME
if [ "$1" == "server" ]; then
# start hexo server
echo "starting hexo..."