Mention that drafts are not deployed by default (#883)

This commit is contained in:
Anton Kaminsky 2019-08-08 07:51:16 -04:00 committed by Kaushal Modi
parent 654bd3f954
commit f9c01d474d

View File

@ -180,3 +180,7 @@ hugo
```
Output will be in `./public/` directory by default (`-d`/`--destination` flag to change it, or set `publishdir` in the config file).
{{% note %}}
Drafts do not get deployed; once you finish a post, update the header of the post to say `draft: false`. More info [here](/getting-started/usage/#draft-future-and-expired-content).
{{% /note %}}