Merge commit '90ad8045056167004d27857a95542936657b8a16'

This commit is contained in:
Bjørn Erik Pedersen
2022-09-13 20:34:24 +02:00
45 changed files with 366 additions and 156 deletions

View File

@@ -64,26 +64,27 @@ content/
In the above example `content/` directory, there are four leaf
bundles:
about
`about`
: This leaf bundle is at the root level (directly under
`content` directory) and has only the `index.md`.
my-post
`my-post`
: This leaf bundle has the `index.md`, two other content
Markdown files and two image files.
image1
: This image is a page resource of `my-post`
- image1, image2:
These images are page resources of `my-post`
and only available in `my-post/index.md` resources.
image2
: This image is a page resource of `my-post`
and only available in `my-post/index.md` resources.
- content1, content2:
These content files are page resources of `my-post`
and only available in `my-post/index.md` resources.
They will **not** be rendered as individual pages.
my-other-post
`my-other-post`
: This leaf bundle has only the `index.md`.
another-leaf-bundle
`another-leaf-bundle`
: This leaf bundle is nested under couple of
directories. This bundle also has only the `index.md`.