From cb349a7023c7cf197dac6f7046bcdf26a2286496 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Feb 2017 14:03:53 +0100 Subject: some final fixes and redirects in production --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..99dfb5c --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +rm -rf public +~/go/bin/hugo -v -b http://www.andreasbaumann.cc + -- cgit v1.2.3-54-g00ecf