remove publish draft posts option from build command

This commit is contained in:
ray 2020-02-16 21:16:32 +00:00
parent 8d9b703b3b
commit 095b7f597a
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ hugo serve -D --bind=0.0.0.0 --baseURL=http://192.168.0.5:1313
Build static files with: Build static files with:
```sh ```sh
hugo -D hugo
``` ```