summaryrefslogtreecommitdiff
path: root/server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'server.sh')
-rwxr-xr-xserver.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/server.sh b/server.sh
index 0cf1a26..4edf3bf 100755
--- a/server.sh
+++ b/server.sh
@@ -3,9 +3,5 @@
# failures are evil
set -e
-# export the GIT env vars we need to have links in the footer
-export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
-export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
-
# run hugo in local server mode, show all stuff
exec hugo server -D --buildFuture