summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d60d54b..93f33b2 100755
--- a/build.sh
+++ b/build.sh
@@ -9,6 +9,7 @@ fi
TEST_URL=`grep strus_url config.toml | cut -f 2 -d '"'`
rm -rf public
-hugo -v -b http://www.andreasbaumann.cc
+hugo -v -b http://www.andreasbaumann.cc/
$SED -i "s@$TEST_URL@http://www.andreasbaumann.cc/strus/query/wwwandreasbaumanncc@g" \
public/search/index.html
+cp themes/new_theme/layouts/robots.txt public/.