Casing of Front-matter Keys (Regular Page)
categories:
miscellaneous
discourse
tags:
front-matter
casing
regular-page
Layout file:
fm-casing.html
Content
This is a regular page.
Discussion
Accessing Params from this page
| Key |
.Params.foobar |
.Params.FooBar |
.Params.fooBar |
.Params.foo_bar |
lowercase |
1 |
1 |
1 |
|
UpperCamelCase |
2 |
2 |
2 |
|
lowerCamelCase |
3 |
3 |
3 |
|
snake_case |
|
|
|
4 |
✱
Markdown
source of the Headless bundle Index page
Accessing Params from Headless Index page (inside "with")
| Key |
.Params.foobar (in with) |
.Params.FooBar (in with) |
.Params.fooBar (in with) |
.Params.foo_bar (in with) |
lowercase |
9 |
9 |
9 |
|
UpperCamelCase |
10 |
10 |
10 |
|
lowerCamelCase |
11 |
11 |
11 |
|
snake_case |
|
|
|
12 |
Accessing Params from Headless Index page (directly)
| Key |
$headless.Params.foobar |
$headless.Params.FooBar |
$headless.Params.fooBar |
$headless.Params.foo_bar |
lowercase |
9 |
9 |
9 |
|
UpperCamelCase |
10 |
10 |
10 |
|
lowerCamelCase |
11 |
11 |
11 |
|
snake_case |
|
|
|
12 |
Headless Bundle Index Page (Debug)
| Page Variable | Value |
| Name |
"Casing of Front-matter Keys (Headless Leaf Bundle)"
|
| Title |
"Casing of Front-matter Keys (Headless Leaf Bundle)"
|
| ResourceType |
"page"
|
| Kind |
"page"
|
| Section |
"posts"
|
| Draft |
false
|
| Type |
"dummy"
|
| Layout |
"fm-casing"
|
| Permalink |
""
|
| RelPermalink |
""
|
| Data |
| page.Data{} (type:page.Data) |
|
| NextPage | None |
| PrevPage | None |
| NextInSection | None |
| PrevInSection | None |
Headless Bundle Index Page File Object (Debug)
| FileInfo Variable | Value |
| UniqueID |
"af752d275120fe5b8f869c6a5091f70a"
|
| BaseFileName |
"index"
|
| TranslationBaseName |
"index"
|
| Lang |
"en"
|
| Section |
"posts"
|
| LogicalName |
"index.md"
|
| Dir |
"posts/casing-of-front-matter-keys-headless-leaf-bundle/"
|
| Ext |
"md"
|
| Path |
"posts/casing-of-front-matter-keys-headless-leaf-bundle/index.md"
|
Page (Debug)
Page Params (Debug)
| maps.Params{"author":[]string{"Kaushal Modi"}, "categories":[]string{"miscellaneous", "discourse"}, "draft":false, "iscjklanguage":false, "lastmod":time.Date(2018, time.March, 14, 23, 43, 11, 0, time.Location("")), "layout":"fm-casing", "lowercamelcase":3, "lowercase":1, "snake_case":4, "tags":[]string{"front-matter", "casing", "regular-page"}, "title":"Casing of Front-matter Keys (Regular Page)", "type":"dummy", "uppercamelcase":2} (type:maps.Params) |
File Object (Debug)
| FileInfo Variable | Value |
| UniqueID |
"c0945d30a12c51dacbb13722967e3d4a"
|
| BaseFileName |
"casing-of-front-matter-keys-regular-page"
|
| TranslationBaseName |
"casing-of-front-matter-keys-regular-page"
|
| Lang |
"en"
|
| Section |
"posts"
|
| LogicalName |
"casing-of-front-matter-keys-regular-page.md"
|
| Dir |
"posts/"
|
| Ext |
"md"
|
| Path |
"posts/casing-of-front-matter-keys-regular-page.md"
|