From: Kartik Singhal Date: Sat, 25 Oct 2014 13:28:13 +0000 (+0530) Subject: Minor doc corrections X-Git-Tag: v0.13~359 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=649a7d2bbfff22e9b57d27fc68d804335af0699a;p=brevno-suite%2Fhugo Minor doc corrections --- diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md index 68780188..5edb70fd 100644 --- a/docs/content/content/archetypes.md +++ b/docs/content/content/archetypes.md @@ -31,13 +31,13 @@ I use ‘tags’ and ‘categories’ for my taxonomies. ## Using archetypes -If I wanted to create a new post in the `posts` section, I would run the following command: +If I wanted to create a new post in the `post` section, I would run the following command: -`hugo new posts/my-new-post.md` +`hugo new post/my-new-post.md` Hugo would create the file with the following contents: -### contents/posts/my-new-post.md +### content/post/my-new-post.md +++ title = "my new post"