Skip to content

Commit

Permalink
Improve quick start guide
Browse files Browse the repository at this point in the history
Explicitly change front matter draft parameter to false.
  • Loading branch information
jmooring committed Feb 11, 2024
1 parent 43d4cd2 commit 933394a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ hugo server -D

View your site at the URL displayed in your terminal. Keep the development server running as you continue to add and change content.

When satisfied with your new content, set the front matter `draft` parameter to `false`.

{{% note %}}
Hugo's rendering engine conforms to the CommonMark [specification] for markdown. The CommonMark organization provides a useful [live testing tool] powered by the reference implementation.

Expand Down

0 comments on commit 933394a

Please sign in to comment.