generated from inherentlee/11ty
Update content through Mattrbld
This commit is contained in:
21
.mattrbld/collections/pages.json
Normal file
21
.mattrbld/collections/pages.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"allowedTypes": [],
|
||||
"defaultFilename": null,
|
||||
"dir": "/src",
|
||||
"disableComments": false,
|
||||
"disablePreview": false,
|
||||
"draftByDefault": false,
|
||||
"linkable": true,
|
||||
"maxSize": null,
|
||||
"permissions": {
|
||||
"everybody": [
|
||||
"everything"
|
||||
]
|
||||
},
|
||||
"rawEntityNames": false,
|
||||
"schemas": [
|
||||
"/.mattrbld/schemas/page.json"
|
||||
],
|
||||
"type": "md",
|
||||
"urlTemplate": "/:title/"
|
||||
}
|
||||
128
.mattrbld/config.json
Normal file
128
.mattrbld/config.json
Normal file
@ -0,0 +1,128 @@
|
||||
{
|
||||
"autoquotes": null,
|
||||
"brandColors": [],
|
||||
"corsProxy": "/corsprox",
|
||||
"name": "district-dharma",
|
||||
"sidebar": [
|
||||
{
|
||||
"label": "Dashboard",
|
||||
"icon": "grid",
|
||||
"target": {
|
||||
"name": "Project"
|
||||
},
|
||||
"protected": true
|
||||
},
|
||||
{
|
||||
"icon": "document-stack",
|
||||
"label": "Pages",
|
||||
"target": {
|
||||
"name": "Project.Collection",
|
||||
"params": {
|
||||
"path": "/.mattrbld/collections/pages.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Media Library",
|
||||
"icon": "image-stack",
|
||||
"target": {
|
||||
"name": "Project.MediaLibrary"
|
||||
},
|
||||
"protected": true
|
||||
},
|
||||
{
|
||||
"label": "Settings",
|
||||
"icon": "settings",
|
||||
"target": {
|
||||
"name": "Project.Settings"
|
||||
},
|
||||
"onlyPrivileged": true,
|
||||
"protected": true
|
||||
}
|
||||
],
|
||||
"slugifyOptions": {
|
||||
"customReplacements": [],
|
||||
"lowercase": true,
|
||||
"decamelize": true,
|
||||
"preserveLeadingUnderscore": true,
|
||||
"preserveTrailingDash": false,
|
||||
"preserveCharacters": [],
|
||||
"separator": "-",
|
||||
"transliterate": true
|
||||
},
|
||||
"customRoles": [],
|
||||
"draftsDir": null,
|
||||
"previewUrl": null,
|
||||
"languages": [],
|
||||
"media": {
|
||||
"advanced": true,
|
||||
"customFields": [
|
||||
{
|
||||
"type": "text",
|
||||
"default": null,
|
||||
"icon": "text-input",
|
||||
"key": "alt",
|
||||
"label": "Alternative Text",
|
||||
"localised": false,
|
||||
"options": {
|
||||
"wrapping": true,
|
||||
"multiline": false
|
||||
},
|
||||
"validation": {
|
||||
"enforceMinMax": true,
|
||||
"max": null,
|
||||
"min": null,
|
||||
"regex": null,
|
||||
"regexError": null,
|
||||
"required": false,
|
||||
"unit": "length"
|
||||
},
|
||||
"value": null,
|
||||
"version": 1,
|
||||
"visibility": {
|
||||
"hidden": false,
|
||||
"showByValue": {
|
||||
"field": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"default": null,
|
||||
"icon": "text-input",
|
||||
"key": "title",
|
||||
"label": "Title",
|
||||
"localised": false,
|
||||
"options": {
|
||||
"wrapping": true,
|
||||
"multiline": false
|
||||
},
|
||||
"validation": {
|
||||
"enforceMinMax": true,
|
||||
"max": null,
|
||||
"min": null,
|
||||
"regex": null,
|
||||
"regexError": null,
|
||||
"required": false,
|
||||
"unit": "length"
|
||||
},
|
||||
"value": null,
|
||||
"version": 1,
|
||||
"visibility": {
|
||||
"hidden": false,
|
||||
"showByValue": {
|
||||
"field": null
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"dir": "/src/img",
|
||||
"maxSize": null,
|
||||
"outputPath": "/img",
|
||||
"permissions": {
|
||||
"everybody": [
|
||||
"everything"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
4
.mattrbld/media/dscf-3866.JPG.json
Normal file
4
.mattrbld/media/dscf-3866.JPG.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"alt": "A chickadee on a fencepost.",
|
||||
"title": null
|
||||
}
|
||||
139
.mattrbld/schemas/page.json
Normal file
139
.mattrbld/schemas/page.json
Normal file
@ -0,0 +1,139 @@
|
||||
{
|
||||
"fields": [
|
||||
{
|
||||
"type": "text",
|
||||
"default": null,
|
||||
"icon": "text-input",
|
||||
"key": "title",
|
||||
"label": "Title",
|
||||
"localised": false,
|
||||
"options": {
|
||||
"wrapping": true,
|
||||
"multiline": false
|
||||
},
|
||||
"tab": "Page data",
|
||||
"validation": {
|
||||
"enforceMinMax": true,
|
||||
"max": null,
|
||||
"min": null,
|
||||
"regex": null,
|
||||
"regexError": null,
|
||||
"required": true,
|
||||
"unit": "length"
|
||||
},
|
||||
"value": null,
|
||||
"version": 1,
|
||||
"visibility": {
|
||||
"hidden": false,
|
||||
"showByValue": {
|
||||
"field": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"default": null,
|
||||
"icon": "image",
|
||||
"key": "hero",
|
||||
"label": "Hero image",
|
||||
"options": {
|
||||
"resolutionHint": "1800",
|
||||
"removable": true,
|
||||
"simple": false
|
||||
},
|
||||
"tab": "Page data",
|
||||
"validation": {
|
||||
"max": null,
|
||||
"required": false,
|
||||
"unit": "filesize (MB)"
|
||||
},
|
||||
"value": null,
|
||||
"version": 1,
|
||||
"visibility": {
|
||||
"hidden": false,
|
||||
"showByValue": {
|
||||
"field": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "rich text",
|
||||
"default": null,
|
||||
"icon": "text",
|
||||
"key": "content",
|
||||
"label": "Body",
|
||||
"localised": false,
|
||||
"options": {
|
||||
"outputFormat": "markdown",
|
||||
"blockFormats": [
|
||||
"blockquote",
|
||||
"heading",
|
||||
"hr",
|
||||
"orderedList",
|
||||
"unorderedList",
|
||||
"image",
|
||||
"codeBlock"
|
||||
],
|
||||
"inlineFormats": [
|
||||
"em",
|
||||
"strong",
|
||||
"link",
|
||||
"code",
|
||||
"strike"
|
||||
],
|
||||
"formatOptions": [
|
||||
"allowQuoteFooters",
|
||||
"allowNestedLists",
|
||||
"allowImageCaptions"
|
||||
],
|
||||
"inputRuleOptions": [
|
||||
"autoquotes",
|
||||
"dashes",
|
||||
"ellipsis",
|
||||
"noDoubleCaps",
|
||||
"noDoubleSpace"
|
||||
],
|
||||
"minHeading": 2,
|
||||
"maxHeading": 4,
|
||||
"codeLangs": [
|
||||
"html",
|
||||
"css",
|
||||
"javascript",
|
||||
"markdown"
|
||||
],
|
||||
"allowRaw": false,
|
||||
"urlTemplate": "/:title/",
|
||||
"urlSuffix": "",
|
||||
"linkOptions": [
|
||||
"forceBlankTarget",
|
||||
"allowExternal",
|
||||
"allowInternal"
|
||||
]
|
||||
},
|
||||
"tab": "Page data",
|
||||
"validation": {
|
||||
"enforceMinMax": true,
|
||||
"max": null,
|
||||
"min": null,
|
||||
"regex": null,
|
||||
"regexError": null,
|
||||
"required": true,
|
||||
"unit": "length"
|
||||
},
|
||||
"value": null,
|
||||
"version": 1,
|
||||
"visibility": {
|
||||
"hidden": false,
|
||||
"showByValue": {
|
||||
"field": null
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabs": [
|
||||
{
|
||||
"label": "Page data",
|
||||
"groupAs": null
|
||||
}
|
||||
]
|
||||
}
|
||||
6
.mattrbld/users/lee-cattarin-gmail-com.json
Normal file
6
.mattrbld/users/lee-cattarin-gmail-com.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"email": "lee.cattarin@gmail.com",
|
||||
"id": "lee-cattarin-gmail-com",
|
||||
"name": "Lee Cattarin",
|
||||
"role": "owner"
|
||||
}
|
||||
0
src/img/.gitkeep
Normal file
0
src/img/.gitkeep
Normal file
BIN
src/img/dscf-3866.JPG
Normal file
BIN
src/img/dscf-3866.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 581 KiB |
12
src/index.md
Normal file
12
src/index.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: The District Dharma Collective
|
||||
hero: null
|
||||
___mb_schema: /.mattrbld/schemas/page.json
|
||||
---
|
||||
## About
|
||||
|
||||
The chickadees are a group of North American birds in the family Paridae included in the genus Poecile. Species found in North America are referred to as chickadees; species found elsewhere in the world are called tits. They are small-sized birds overall, usually having the crown of the head and throat patch distinctly darker than the body. They are at least 6 to 14 centimeters (2.4 to 5.5 inches) in size.
|
||||
|
||||
## Schedule
|
||||
|
||||
Their name reputedly comes from the fact that their calls make a distinctive "chick-a-dee-dee-dee", though their normal call is "fee-bee", and the "chick-a-dee-dee-dee" call is an alarm call. The number of "dees" depends on the predator.
|
||||
Reference in New Issue
Block a user