use new hugo

This commit is contained in:
Christoph Cullmann 2021-01-24 21:39:31 +01:00
parent 6a8079fe80
commit 3236c1d56e
19 changed files with 57 additions and 51 deletions

View file

@ -8,4 +8,4 @@ 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
exec hugo server -D --buildFuture