Improve quick start example

Co-authored-by: Joe Mooring <joe@mooring.com>
This commit is contained in:
Franklin
2024-06-18 15:58:07 -04:00
committed by GitHub
parent 08e4e626de
commit aa24b5319d
+1 -1
View File
@@ -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.