summaryrefslogtreecommitdiff
path: root/server.sh
blob: a4a84eea562f5d63e6a838640a86c04add523cd4 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# failures are evil
set -e

# run hugo in local server mode, show all stuff
exec ./hugo server -D --buildFuture