docs: Clarify first level URL generation
authorintegrii <integrii@gmail.com>
Mon, 1 Feb 2016 09:08:34 +0000 (01:08 -0800)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Sat, 3 Sep 2016 13:32:29 +0000 (15:32 +0200)
docs/content/content/organization.md

index 5a14d592f2d5106c456797de6b77286712aca3c5..b152579f87e776db5d1ced12531ade3438deec68 100644 (file)
@@ -28,6 +28,8 @@ in Hugo and is used as the [section](/content/sections/).
 
     .
     └── content
+        └── about
+        |   └── index.md  // <- http://1.com/about/
         ├── post
         |   ├── firstpost.md   // <- http://1.com/post/firstpost/
         |   ├── happy
@@ -41,6 +43,8 @@ in Hugo and is used as the [section](/content/sections/).
 
     .
     └── content
+        └── about
+        |   └── index.md  // <- http://1.com/about/
         ├── post
         |   ├── firstpost.md   // <- http://1.com/post/firstpost.html
         |   ├── happy
@@ -57,6 +61,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
 to determine the destination of a specific piece of content.