diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index d090bc000..f2d122250 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -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 %}}