Update quick-start.md: move notice about drafts up

This commit is contained in:
James Goldie
2020-09-05 18:24:54 +10:00
committed by Bjørn Erik Pedersen
parent cf87a5da2c
commit a17e25d6f6
+4 -3
View File
@@ -102,6 +102,10 @@ draft: true
```
{{% 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 %}}
## Step 5: Start the Hugo server
Now, start the Hugo server with [drafts](/getting-started/usage/#draft-future-and-expired-content) enabled:
@@ -171,6 +175,3 @@ hugo -D
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 %}}