mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
docs: Fix typo in Quickstart guide
To publish a post, draft status should be changed to `false`.
This commit is contained in:
committed by
digitalcraftsman
parent
ccc51fe764
commit
faa3472fa2
@@ -455,7 +455,7 @@ These are a few of the books that I have read within the last year.
|
|||||||
|
|
||||||
So far all the posts that we have written are in draft status.
|
So far all the posts that we have written are in draft status.
|
||||||
To make a draft public, you can either run a command
|
To make a draft public, you can either run a command
|
||||||
or manually change the draft status in the post to `true`.
|
or manually change the draft status in the post to `false`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ hugo undraft content/post/good-to-great.md
|
$ hugo undraft content/post/good-to-great.md
|
||||||
|
Reference in New Issue
Block a user