summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKartik Singhal <kartiksinghal@gmail.com>2014-10-25 18:58:13 +0530
committerspf13 <steve.francia@gmail.com>2014-11-01 23:03:29 -0400
commit649a7d2bbfff22e9b57d27fc68d804335af0699a (patch)
tree76495a1992130054e8a54c221dea178535cd06e8 /docs
parentaf47e5a2cfc5441005cccbb1684f3850a0f62bd1 (diff)
Minor doc corrections
Diffstat (limited to 'docs')
-rw-r--r--docs/content/content/archetypes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md
index 68780188a..5edb70fdb 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"