diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..c32bee5 --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +# commit and push... +git add .;git commit -m"$@";git push -u origin master + +# build the site +hugo -D