summaryrefslogtreecommitdiff
path: root/build.sh
blob: 93f33b2a8a2f43ba5b9a08e82d095bd51627d8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

if test `uname -s` = 'Darwin'; then
	SED=gsed
else
	SED=sed
fi

TEST_URL=`grep strus_url config.toml | cut -f 2 -d '"'`

rm -rf public
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/.