4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
hugo serve --buildDrafts --buildExpired --buildFuture --navigateToChanged
|