forked from cccb-website-team/www
10 lines
136 B
Shell
Executable file
10 lines
136 B
Shell
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
hugo server \
|
|
--buildDrafts \
|
|
--buildFuture \
|
|
--disableFastRender \
|
|
--bind 0.0.0.0 \
|
|
--port 1313
|