mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Minor doc corrections
This commit is contained in:
		@@ -31,13 +31,13 @@ I use ‘tags’ and ‘categories’ for my taxonomies.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Using archetypes
 | 
					## 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:
 | 
					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"
 | 
					    title = "my new post"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user