mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Update quick-start.md: move notice about drafts up
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
cf87a5da2c
commit
a17e25d6f6
@@ -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 %}}
|
||||
|
||||
Reference in New Issue
Block a user