diff --git a/build.sh b/build.sh index ee28b85..684c958 100755 --- a/build.sh +++ b/build.sh @@ -3,8 +3,8 @@ set -x # bad start, we should build to a tmp dir +rm -rf _site mkdir -p _site -rm -rf _site/* touch _site/index.md buildDate="$(date '+%d %b %Y')"