We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fcfb0 commit d9c3a8aCopy full SHA for d9c3a8a
1 file changed
content/posts/drafts/README.md
@@ -29,3 +29,6 @@ After you are ready to publish your masterpiece, move your post to `content/post
29
You can also update `date` property to `date = 'year-month-day'`
30
31
And don't forget to remove `draft = true` from the post!
32
+
33
+## How to render drafts?
34
+Run `hugo server -D` in terminal. It runs a development server with `--buildDrafts` argument
0 commit comments