File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ in Hugo and is used as the [section](/content/sections/).
28
28
29
29
.
30
30
└── content
31
+ └── about
32
+ | └── index.md // <- http://1.com/about/
31
33
├── post
32
34
| ├── firstpost.md // <- http://1.com/post/firstpost/
33
35
| ├── happy
@@ -41,6 +43,8 @@ in Hugo and is used as the [section](/content/sections/).
41
43
42
44
.
43
45
└── content
46
+ └── about
47
+ | └── index.md // <- http://1.com/about/
44
48
├── post
45
49
| ├── firstpost.md // <- http://1.com/post/firstpost.html
46
50
| ├── happy
@@ -57,6 +61,9 @@ that works to organize your source content is used to organize the rendered
57
61
site. As displayed above, the organization of the source content will be
58
62
mirrored in the destination.
59
63
64
+ Notice that the first level ` about/ ` page URL was created using a directory
65
+ named "about" with a single ` index.md ` file inside.
66
+
60
67
There are times when one would need more control over their content. In these
61
68
cases, there are a variety of things that can be specified in the front matter
62
69
to determine the destination of a specific piece of content.
You can’t perform that action at this time.
0 commit comments