4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
hugo serve -D --bind=0.0.0.0 --baseURL=http://192.168.0.5:1313
|