server scripty
This commit is contained in:
parent
2b1d4f53f5
commit
cca3a249ac
1 changed files with 7 additions and 0 deletions
7
server.sh
Executable file
7
server.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# failures are evil
|
||||
set -e
|
||||
|
||||
# run hugo in local server mode, show all stuff
|
||||
exec ./hugo server -D --buildFuture
|
Loading…
Reference in a new issue