cullmann.io/server.sh

8 lines
125 B
Bash
Raw Normal View History

2019-04-15 20:00:00 +02:00
#!/bin/bash
# failures are evil
set -e
# run hugo in local server mode, show all stuff
exec ./hugo server -D --buildFuture