Improve quick start guide

Explicitly change front matter draft parameter to false.
This commit is contained in:
Joe Mooring
2024-02-11 09:15:27 -08:00
committed by Bjørn Erik Pedersen
parent a76fa0de4d
commit df31318d1c
@@ -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.