cullmann.io/server.sh

8 lines
130 B
Bash
Raw Permalink Normal View History

2021-12-05 16:36:24 +01:00
#!/usr/bin/env zsh
2019-04-15 20:00:00 +02:00
# failures are evil
set -e
# run hugo in local server mode, show all stuff
2021-01-24 21:39:31 +01:00
exec hugo server -D --buildFuture