Add serve.sh

This commit is contained in:
Jack Jackson 2022-04-03 16:23:26 -07:00
parent b2f3917a3c
commit 6c59b4d360

5
serve.sh Executable file
View File

@ -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" $@