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 |
|
|
|
UpperCamelCase |
10 |
|
|
|
lowerCamelCase |
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 |
""
|
RSSLink |
""
|
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)
Key | Type | Value |
author | []string |
"Kaushal Modi"
|
categories | []string |
"miscellaneous"
"discourse"
|
draft | bool |
false
|
iscjklanguage | bool |
false
|
lastmod | time.Time |
2018-03-14 23:43:11 -0400 -0400
|
layout | string |
"fm-casing"
|
lowercamelcase | int64 |
3
|
lowercase | int64 |
1
|
snake_case | int64 |
4
|
tags | []string |
"front-matter"
"casing"
"regular-page"
|
title | string |
"Casing of Front-matter Keys (Regular Page)"
|
type | string |
"dummy"
|
uppercamelcase | int64 |
2
|
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"
|