mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-04-18 21:22:26 +00:00
7 lines
123 B
Bash
Executable file
7 lines
123 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source ./scripts/common.sh
|
|
|
|
./scripts/build.sh
|
|
|
|
hugo server --noHTTPCache --disableFastRender --gc $@
|