Add live server script
This commit is contained in:
parent
175e0c76cf
commit
7ddd1a61f4
1 changed files with 7 additions and 0 deletions
7
scripts/server.sh
Executable file
7
scripts/server.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
bash ./scripts/build.sh
|
||||||
|
|
||||||
|
hugo server --noHTTPCache --disableFastRender --gc
|
Reference in a new issue