diff --git a/serve.sh b/serve.sh new file mode 100755 index 0000000..0a29a27 --- /dev/null +++ b/serve.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd blog +# Most common extra arg to be passed is `-D`, to serve draft pages +hugo server --bind "0.0.0.0" $@