From f9c01d474d87f2af065b9292002e99fa8a01d33b Mon Sep 17 00:00:00 2001 From: Anton Kaminsky Date: Thu, 8 Aug 2019 07:51:16 -0400 Subject: [PATCH] Mention that drafts are not deployed by default (#883) --- content/en/getting-started/quick-start.md | 4 ++++ 1 file changed, 4 insertions(+) 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 %}}