Clouds

Section pages

Docs reference

[directory]     / filename          .  [<lang>] . [<outputformat>] . suffix

<type>          / <customlayout>    .  [<lang>] . [<outputformat>] . <suffix>  <-- see note 1, 3
<type>          / <section>         .  [<lang>] . [<outputformat>] . <suffix>  <-- see note 2
<type>          / <kind>            .  [<lang>] . [<outputformat>] . <suffix>
<type>          /  list             .  [<lang>] . [<outputformat>] . <suffix>  <-- see note 2, 3, 4

<kind>          / <customlayout>    .  [<lang>] . [<outputformat>] . <suffix>
<kind>          / <section>         .  [<lang>] . [<outputformat>] . <suffix>
<kind>          / <kind>            .  [<lang>] . [<outputformat>] . <suffix>
<kind>          /  list             .  [<lang>] . [<outputformat>] . <suffix>

_default        / <customlayout>    .  [<lang>] . [<outputformat>] . <suffix>
_default        / <section>         .  [<lang>] . [<outputformat>] . <suffix>
_default        / <kind>            .  [<lang>] . [<outputformat>] . <suffix>
_default        /  list             .  [<lang>] . [<outputformat>] . <suffix>  <-- note 5

Notes:

  1. content/colors/_index.md has both type and layout specified. However, no customtype/customlayout.html is found.
<customtype> / list . <suffix> => customtype/list.html

Rename layouts/customtype/__customlayout.html to layouts/customtype/customlayout.html to make page use a more specific layout.

  1. content/fruit/_index.md has type specified.
<customtype> / list . <suffix> => customtype/list.html

Rename layouts/customtype/__fruit.html to layouts/customtype/fruit.html to make page use a more specific layout.

  1. content/metals/_index.md has layout specified. It also has json output configured.
<type> / customlayout . <suffix> => metals/customlayout.html
<type> / list . <suffix> => metals/list.json
  1. content/trees/_index.md has neither type nor layout specified. However, there does exist a type-specific layout file, which has a higher priority, so it uses that.
<type> / list . <suffix> => trees/list.html
  1. [content/letters/_index.md] has no custom front matter configuration. There are no layout files with a higher priority, so it uses the default list file.
_default / list . <suffix> => _default_/list.html


Go Back

Some Page Vars

DOT (.) Page(/clouds/_index.md)
.File clouds/_index.md
.Kind section
.Type clouds
.Section clouds
.Sections
.Parent Page(/_index.md)
.IsPage false
.IsNode true
.Pages Page(/clouds/cirrus.md), Page(/clouds/nimbus.md)
.Resources false

Content Structure

Homepage _index.md
  1. Circle circle/index.md
  2. Clouds clouds/_index.md
    1. Cirrus clouds/cirrus.md
    2. Nimbus clouds/nimbus.md
  3. Colors colors/_index.md
    1. Blue Title colors/blue/index.md
    2. Green Title colors/green.md
    3. Orange Title colors/orange/index.md
    4. Red Title colors/red.md
    5. Yellow Title colors/yellow/index.md
  4. Crescent crescent/index.md
  5. Ellipse ellipse/index.md
  6. Fruit fruit/_index.md
    1. Banana fruit/banana.md
    2. Berries fruit/berries/_index.md
      1. Blackberries fruit/berries/blackberries/index.md
      2. Blueberries fruit/berries/blueberries/index.md
      3. Raspberries fruit/berries/raspberries.md
      4. Strawberries fruit/berries/strawberries/index.md
    3. Citrus fruit/citrus/_index.md
      1. Lemons fruit/citrus/lemons.md
      2. Limes fruit/citrus/limes.md
      3. Oranges fruit/citrus/oranges.md
    4. Stonefruit fruit/stonefruit/_index.md
      1. Apricots fruit/stonefruit/apricots.md
      2. Nectarines fruit/stonefruit/nectarines.md
      3. Plums fruit/stonefruit/plums.md
  7. Layout Lookup Order layout-lookup.md
  8. Letters letters/_index.md
    1. A letters/a.md
    2. B letters/b.md
  9. Metals metals/_index.md
    1. Gold metals/gold.md
    2. Silver metals/silver.md
  10. Oval oval/index.md
  11. Page Resources page-resources.md
  12. Rectangle rectangle.md
  13. Rhombus rhombus.md
  14. Single vs List single-vs-list.md
  15. Square square.md
  16. Trapezoid trapezoid.md
  17. Trees trees/_index.md
    1. Acacia trees/acacia.md
    2. Fig trees/fig.md
    3. Mahogany trees/mahogany.md
    4. Pine trees/pine.md

Sibling Sections (.Parent.Sections)

PageTitleFile
Page(/clouds/_index.md) Clouds clouds/_index.md
Page(/colors/_index.md) Colors colors/_index.md
Page(/fruit/_index.md) Fruit fruit/_index.md
Page(/letters/_index.md) Letters letters/_index.md
Page(/metals/_index.md) Metals metals/_index.md
Page(/trees/_index.md) Trees trees/_index.md

No Children Sections (.Sections)


Children Pages (.Pages)

PageFile
Cirrus - /clouds/cirrus/ clouds/cirrus.md
Nimbus - /clouds/nimbus/ clouds/nimbus.md

No Page Resources