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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.