Fixes typo

Repeats https://github.com/gohugoio/hugo/pull/6278
This commit is contained in:
Ariel Rokem 2019-09-01 09:22:35 +02:00 committed by Bjørn Erik Pedersen
parent 25b2c481af
commit b8a73a6981

View File

@ -86,7 +86,7 @@ echo 'theme = "ananke"' >> config.toml
## Step 4: Add Some Content
You can manually create content files (for example as `content/<CATEGORY>/<FILE>.<FORMAT>`) and provide metadata in them, however you can use `new` commend to do few things for you (like add title and date):
You can manually create content files (for example as `content/<CATEGORY>/<FILE>.<FORMAT>`) and provide metadata in them, however you can use the `new` command to do few things for you (like add title and date):
```
hugo new posts/my-first-post.md