From df31318d1cf5d7a3e8481ffad31c5588efeb6394 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 11 Feb 2024 09:15:27 -0800 Subject: [PATCH] Improve quick start guide Explicitly change front matter draft parameter to false. --- content/en/getting-started/quick-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 8dbe6638e..079c3af6d 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -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.