From aa24b5319d01c1c0643cbf1f9543f964c37f8699 Mon Sep 17 00:00:00 2001 From: Franklin Date: Tue, 18 Jun 2024 15:58:07 -0400 Subject: [PATCH] Improve quick start example Co-authored-by: Joe Mooring --- content/en/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 2083bc220..6e67cb73b 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -110,7 +110,7 @@ Press `Ctrl + C` to stop Hugo's development server. Add a new page to your site. ```text -hugo new content posts/my-first-post.md +hugo new content content/posts/my-first-post.md ``` Hugo created the file in the `content/posts` directory. Open the file with your editor.