Page(/tags/_index.md)
From the highest priority to the lowest:
[directory] / filename . [<lang>] . [<outputformat>] . suffix
<type> / <customlayout> . [<lang>] . [<outputformat>] . <suffix> <-- see note 1, 6
<type> / <singular> . terms . [<lang>] . [<outputformat>] . <suffix>
<type> / terms . [<lang>] . [<outputformat>] . <suffix>
<type> / list . [<lang>] . [<outputformat>] . <suffix> <-- see note 4
taxonomy / <customlayout> . [<lang>] . [<outputformat>] . <suffix>
taxonomy / <singular> . terms . [<lang>] . [<outputformat>] . <suffix> <-- see note 2
taxonomy / terms . [<lang>] . [<outputformat>] . <suffix>
taxonomy / list . [<lang>] . [<outputformat>] . <suffix>
<singular> / <customlayout> . [<lang>] . [<outputformat>] . <suffix>
<singular> / <singular> . terms . [<lang>] . [<outputformat>] . <suffix>
<singular> / terms . [<lang>] . [<outputformat>] . <suffix>
<singular> / list . [<lang>] . [<outputformat>] . <suffix> <-- see note 2
_default / <customlayout> . [<lang>] . [<outputformat>] . <suffix> <-- see note 5
_default / <singular> . terms . [<lang>] . [<outputformat>] . <suffix>
_default / terms . [<lang>] . [<outputformat>] . <suffix>
_default / list . [<lang>] . [<outputformat>] . <suffix> <-- see note 3
Notes:
-
Unless explicitly set, a
taxonomyTerm’stypeis its plural form. -
Taxonomy
taxo = "taxos"uses<singular> / list . <suffix>=>layouts/taxo/list.htmlRename
layouts/taxonomy/__taxo.terms.htmltolayouts/taxonomy/taxo.terms.htmlto seetaxonomy / <singular> . terms . htmltake precedence. -
Both are present, but ignored as there exists a higher-priority layout.
-
Un-comment line in frontmatter
type: taxoincontent/tags/_index.mdto see this in effect. -
Un-comment line in frontmatter
layout: customlayoutincontent/tags/_index.mdto see this in effect. -
Un-comment both
typeandlayoutin frontmatter incontent/tags/_index.md
Some Page Vars
| DOT (.) | Page(/tags/_index.md) |
| .File | tags/_index.md |
| .Kind | taxonomy |
| .Type | tags |
| .Section | tags |
| .Sections | Page(/tags/ipsum), Page(/tags/lorem/_index.md) |
| .Parent | Page(/_index.md) |
| .IsPage | false |
| .IsNode | true |
| .Pages | Page(/tags/ipsum), Page(/tags/lorem/_index.md) |
| .Resources | false |
Content Structure
Homepage
_index.md
- Circle circle/index.md
- Clouds clouds/_index.md
-
Colors
colors/_index.md
- Blue Title colors/blue/index.md
- Green Title colors/green.md
- Orange Title colors/orange/index.md
- Red Title colors/red.md
- Yellow Title colors/yellow/index.md
- Crescent crescent/index.md
- Ellipse ellipse/index.md
-
Fruit
fruit/_index.md
- Banana fruit/banana.md
-
Berries
fruit/berries/_index.md
- Blackberries fruit/berries/blackberries/index.md
- Blueberries fruit/berries/blueberries/index.md
- Raspberries fruit/berries/raspberries.md
- Strawberries fruit/berries/strawberries/index.md
- Citrus fruit/citrus/_index.md
-
Stonefruit
fruit/stonefruit/_index.md
- Apricots fruit/stonefruit/apricots.md
- Nectarines fruit/stonefruit/nectarines.md
- Plums fruit/stonefruit/plums.md
- Layout Lookup Order layout-lookup.md
- Letters letters/_index.md
- Metals metals/_index.md
- Oval oval/index.md
- Page Resources page-resources.md
- Rectangle rectangle.md
- Rhombus rhombus.md
- Single vs List single-vs-list.md
- Square square.md
- Trapezoid trapezoid.md
- Trees trees/_index.md
Sibling Sections (.Parent.Sections)
| Page | Title | File |
|---|---|---|
| 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 |
Children Sections (.Sections)
| Page | Title | File |
|---|---|---|
| Page(/tags/ipsum) | ipsum | |
| Page(/tags/lorem/_index.md) | Lorem | tags/lorem/_index.md |
Children Pages (.Pages)
| Page | File |
|---|---|
| ipsum - /tags/ipsum/ | |
| Lorem - /tags/lorem/ | tags/lorem/_index.md |