ref: 649a7d2bbfff22e9b57d27fc68d804335af0699a
parent: af47e5a2cfc5441005cccbb1684f3850a0f62bd1
author: Kartik Singhal <[email protected]>
date: Sat Oct 25 14:58:13 EDT 2014
Minor doc corrections
--- a/docs/content/content/archetypes.md
+++ b/docs/content/content/archetypes.md
@@ -31,13 +31,13 @@
## 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"