projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af47e5a
)
Minor doc corrections
author
Kartik Singhal
<kartiksinghal@gmail.com>
Sat, 25 Oct 2014 13:28:13 +0000
(18:58 +0530)
committer
spf13
<steve.francia@gmail.com>
Sun, 2 Nov 2014 03:03:29 +0000
(23:03 -0400)
docs/content/content/archetypes.md
patch
|
blob
|
history
diff --git
a/docs/content/content/archetypes.md
b/docs/content/content/archetypes.md
index 68780188a0502c42785425b2a083c2ea8ca895b4..5edb70fdb1851f5356ec5b9406b532e3dd629a63 100644
(file)
--- 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 `post
s
` 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 post
s
/my-new-post.md`
+`hugo new post/my-new-post.md`
Hugo would create the file with the following contents:
-### content
s/posts
/my-new-post.md
+### content
/post
/my-new-post.md
+++
title = "my new post"