Powered byDOCULET
publish.sh
notablog generate .
rm -rf docs
cp -r public docs
git add .
git commit -m "$1"
git push origin master