mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Accept arguments to hugo server with server.sh
This commit is contained in:
parent
e62ddc2e49
commit
e97f318101
|
@ -4,4 +4,4 @@ source ./scripts/common.sh
|
||||||
|
|
||||||
./scripts/build.sh
|
./scripts/build.sh
|
||||||
|
|
||||||
hugo server --noHTTPCache --disableFastRender --gc
|
hugo server --noHTTPCache --disableFastRender --gc $@
|
||||||
|
|
Loading…
Reference in a new issue