server scripty

This commit is contained in:
Christoph Cullmann 2019-04-15 20:00:00 +02:00
parent 2b1d4f53f5
commit cca3a249ac

7
server.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
# failures are evil
set -e
# run hugo in local server mode, show all stuff
exec ./hugo server -D --buildFuture