shithub: hugo

Download patch

ref: a48ac6e94514738ac9cc8f92cba89bd1f0c06a0c
parent: 0614a59b0f35344987062133cfab67520e88e3b8
author: integrii <[email protected]>
date: Sun Jan 31 20:08:34 EST 2016

docs: Clarify first level URL generation

--- a/docs/content/content/organization.md
+++ b/docs/content/content/organization.md
@@ -28,6 +28,8 @@
 
     .
     └── content
+        └── about
+        |   └── index.md  // <- http://1.com/about/
         ├── post
         |   ├── firstpost.md   // <- http://1.com/post/firstpost/
         |   ├── happy
@@ -41,6 +43,8 @@
 
     .
     └── content
+        └── about
+        |   └── index.md  // <- http://1.com/about/
         ├── post
         |   ├── firstpost.md   // <- http://1.com/post/firstpost.html
         |   ├── happy
@@ -56,6 +60,9 @@
 that works to organize your source content is used to organize the rendered
 site. As displayed above, the organization of the source content will be
 mirrored in the destination.
+
+Notice that the first level `about/` page URL was created using a directory
+named "about" with a single `index.md` file inside.  
 
 There are times when one would need more control over their content. In these
 cases, there are a variety of things that can be specified in the front matter