mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 08:10:41 +00:00
Add some scripts for faster workflow
This commit is contained in:
parent
e6db609303
commit
d23d5f6c61
3 changed files with 29 additions and 0 deletions
7
scripts/server.sh
Normal file
7
scripts/server.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
source ./scripts/common.sh
|
||||
|
||||
./scripts/build.sh
|
||||
|
||||
hugo server --noHTTPCache --disableFastRender --gc
|
Loading…
Add table
Add a link
Reference in a new issue