mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-10 15:00:42 +00:00
docs: explain buildDrafts
flag in getting started guide
This commit is contained in:
parent
392fa73eba
commit
a72d1c85a9
@ -80,6 +80,8 @@ To prepare your new site environment just a few steps are required:
|
||||
hugo server -D
|
||||
```
|
||||
|
||||
The `-D` or `--buildDrafts` option is used to include content marked as draft during the build. It is used because content pages created with the `hugo new content` command have the `draft` flag set by default and this can lead to build errors in newly created projects. For projects with a production-ready content structure, this flag is not required in most cases and can be omitted.
|
||||
|
||||
### Option 1: Download pre-build release bundle
|
||||
|
||||
Download and extract the latest release bundle into the theme directory.
|
||||
|
Loading…
Reference in New Issue
Block a user