diff options
Diffstat (limited to '.frontmatter')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/fpnav.json | 10 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/button.json | 32 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/docs.json | 56 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/file.json | 42 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/image.json | 70 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/link.json | 70 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/map.json | 56 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/pdf.json | 28 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/persona.json | 42 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/fpnav.json | 55 | ||||
| -rw-r--r-- | .frontmatter/database/taxonomyDb.json | 2 |
11 files changed, 280 insertions, 183 deletions
diff --git a/.frontmatter/config/content/pagefolders/fpnav.json b/.frontmatter/config/content/pagefolders/fpnav.json new file mode 100644 index 0000000..9ee7b5f --- /dev/null +++ b/.frontmatter/config/content/pagefolders/fpnav.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", + "title": "fpnav", + "path": "[[workspace]]/content/fpnav", + "filePrefix": null, + "previewPath": "fpnav", + "contentTypes": [ + "fpnav" + ] +}
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/button.json b/.frontmatter/config/content/snippets/button.json new file mode 100644 index 0000000..9181a19 --- /dev/null +++ b/.frontmatter/config/content/snippets/button.json @@ -0,0 +1,32 @@ +{ + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Button", + "description": "Button Shortcode", + "body": [ + "{{< button relref=\"[[relative reference]]\" outline=[[outline]] >}}", + "[[content]]", + "{{< /button >}}" + ], + "fields": [ + { + "name": "relative reference", + "title": "Relative Reference", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "outline", + "title": "Outline", + "type": "boolean", + "default": true + }, + { + "name": "content", + "title": "Content", + "type": "string", + "default": "To Profile" + } + ], + "isMediaSnippet": false +}
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/docs.json b/.frontmatter/config/content/snippets/docs.json index 6fb7e12..3c0f0b5 100644 --- a/.frontmatter/config/content/snippets/docs.json +++ b/.frontmatter/config/content/snippets/docs.json @@ -1,30 +1,30 @@ { - "Docs": { - "description": "Show Contents of Toml", - "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}", - "isMediaSnippet": false, - "fields": [ - { - "name": "Section", - "title": "Section", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "File Path", - "title": "File Path", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "docs-collapse-{X}", - "title": "docs-collapse-{X}", - "type": "string", - "single": true, - "default": "" - } - ] - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Docs", + "description": "Show Contents of Toml", + "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}", + "isMediaSnippet": false, + "fields": [ + { + "name": "Section", + "title": "Section", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "File Path", + "title": "File Path", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "docs-collapse-{X}", + "title": "docs-collapse-{X}", + "type": "string", + "single": true, + "default": "" + } + ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/file.json b/.frontmatter/config/content/snippets/file.json index ec06f8c..933891d 100644 --- a/.frontmatter/config/content/snippets/file.json +++ b/.frontmatter/config/content/snippets/file.json @@ -1,23 +1,23 @@ { - "File": { - "description": "Display Entire Contents of File", - "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}", - "isMediaSnippet": false, - "fields": [ - { - "name": "File Path", - "title": "File Path", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "file-collapse-{x}", - "title": "file-collapse-{x}", - "type": "string", - "single": true, - "default": "" - } - ] - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "File", + "description": "Display Entire Contents of File", + "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}", + "isMediaSnippet": false, + "fields": [ + { + "name": "File Path", + "title": "File Path", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "file-collapse-{x}", + "title": "file-collapse-{x}", + "type": "string", + "single": true, + "default": "" + } + ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/image.json b/.frontmatter/config/content/snippets/image.json index c6663d0..7e9db4f 100644 --- a/.frontmatter/config/content/snippets/image.json +++ b/.frontmatter/config/content/snippets/image.json @@ -1,37 +1,37 @@ { - "Image": { - "description": "Image Shortcode for Digital Asset Managers", - "body": "{{< image src=\"[[SRC_URL]]\" ratio=\"[[Ratio]]\" class=\"[[Class]]\" wrapper=\"[[ Wrapper]]\" >}}", - "fields": [ - { - "name": "SRC_URL", - "title": "SRC_URL", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Ratio", - "title": "Ratio", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Class", - "title": "Class", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Wrapper", - "title": "Wrapper", - "type": "string", - "single": true, - "default": "" - } - ], - "isMediaSnippet": true - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Image", + "description": "Image Shortcode for Digital Asset Managers", + "body": "{{< image src=\"[[SRC_URL]]\" ratio=\"[[Ratio]]\" class=\"[[Class]]\" wrapper=\"[[ Wrapper]]\" >}}", + "fields": [ + { + "name": "SRC_URL", + "title": "SRC_URL", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Ratio", + "title": "Ratio", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Class", + "title": "Class", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Wrapper", + "title": "Wrapper", + "type": "string", + "single": true, + "default": "" + } + ], + "isMediaSnippet": true }
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/link.json b/.frontmatter/config/content/snippets/link.json index feb12d5..69ed02a 100644 --- a/.frontmatter/config/content/snippets/link.json +++ b/.frontmatter/config/content/snippets/link.json @@ -1,37 +1,37 @@ { - "Link": { - "description": "Managed Link Insertion", - "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}", - "isMediaSnippet": false, - "fields": [ - { - "name": "Title", - "title": "Title", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Url", - "title": "Url", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "true|false", - "title": "true|false", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Link Name", - "title": "Link Name", - "type": "string", - "single": true, - "default": "" - } - ] - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Link", + "description": "Managed Link Insertion", + "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}", + "isMediaSnippet": false, + "fields": [ + { + "name": "Title", + "title": "Title", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Url", + "title": "Url", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "true|false", + "title": "true|false", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Link Name", + "title": "Link Name", + "type": "string", + "single": true, + "default": "" + } + ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/map.json b/.frontmatter/config/content/snippets/map.json index 2d4fb14..970fa2c 100644 --- a/.frontmatter/config/content/snippets/map.json +++ b/.frontmatter/config/content/snippets/map.json @@ -1,30 +1,30 @@ { - "Map": { - "description": "Inject a Map", - "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}", - "isMediaSnippet": false, - "fields": [ - { - "name": "Latitude", - "title": "Latitude", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Longitude", - "title": "Longitude", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Display Text", - "title": "Display Text", - "type": "string", - "single": true, - "default": "" - } - ] - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Map", + "description": "Inject a Map", + "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}", + "isMediaSnippet": false, + "fields": [ + { + "name": "Latitude", + "title": "Latitude", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Longitude", + "title": "Longitude", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Display Text", + "title": "Display Text", + "type": "string", + "single": true, + "default": "" + } + ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/pdf.json b/.frontmatter/config/content/snippets/pdf.json index 2d855d2..4d5464d 100644 --- a/.frontmatter/config/content/snippets/pdf.json +++ b/.frontmatter/config/content/snippets/pdf.json @@ -1,16 +1,16 @@ { - "embed pdf": { - "description": "Embeds a pdf file into page using html5 tag \"embed\".", - "body": "<embed src=\"[[ PDF File ]]\" type=\"application/pdf\" width=\"100%\" height=\"100%\" />", - "isMediaSnippet": false, - "fields": [ - { - "name": "PDF File", - "title": "PDF File", - "type": "string", - "single": true, - "default": "" - } - ] - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Embedded Pdf", + "description": "Embeds a pdf file into page using html5 tag \"embed\".", + "body": "<embed src=\"[[ PDF File ]]\" type=\"application/pdf\" width=\"100%\" height=\"100%\" />", + "isMediaSnippet": false, + "fields": [ + { + "name": "PDF File", + "title": "PDF File", + "type": "string", + "single": true, + "default": "" + } + ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/persona.json b/.frontmatter/config/content/snippets/persona.json index a06c16c..54afc71 100644 --- a/.frontmatter/config/content/snippets/persona.json +++ b/.frontmatter/config/content/snippets/persona.json @@ -1,23 +1,23 @@ { - "Persona": { - "description": "Profile Card", - "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}", - "isMediaSnippet": false, - "fields": [ - { - "name": "Thumbnail", - "title": "Thumbnail", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "color", - "title": "color", - "type": "string", - "single": true, - "default": "" - } - ] - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Persona", + "description": "Profile Card", + "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}", + "isMediaSnippet": false, + "fields": [ + { + "name": "Thumbnail", + "title": "Thumbnail", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "color", + "title": "color", + "type": "string", + "single": true, + "default": "" + } + ] }
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/fpnav.json b/.frontmatter/config/taxonomy/contenttypes/fpnav.json new file mode 100644 index 0000000..2db3431 --- /dev/null +++ b/.frontmatter/config/taxonomy/contenttypes/fpnav.json @@ -0,0 +1,55 @@ +{ + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "fpnav", + "pageBundle": false, + "previewPath": null, + "fields": [ + { + "title": "Title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "Categories", + "name": "categories", + "type": "string", + "single": true, + "default": "fpnav" + }, + { + "title": "Weight", + "name": "weight", + "type": "number" + }, + { + "title": "Draft", + "name": "draft", + "type": "draft", + "default": true + }, + { + "title": "Nested", + "name": "nested", + "type": "boolean", + "default": true + }, + { + "title": "Type", + "name": "type", + "type": "choice", + "choices": [ + "default", + "docs", + "minimal" + ], + "default": "minimal" + }, + { + "title": "thumbnail", + "name": "thumbnail", + "type": "string", + "single": true + } + ] +}
\ No newline at end of file diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json index d1c8b6f..883ea1b 100644 --- a/.frontmatter/database/taxonomyDb.json +++ b/.frontmatter/database/taxonomyDb.json @@ -1 +1 @@ -{"taxonomy":{"tags":["Abernathy","Alex","Alex Abernathy","Brian","Brian Abernathy","Chief","County","County Attorney","Dayton","Denny Dunn","Donnie","Donnie Simmons","Dougs friends","Erica","Erica Simmons","Erica Tyler","Fire","Fire Chief","Ga","Georgia","Jessica McDaniel","Jessica Simmons","Kardun Homes","Lamar","Lamar Co","Lamar County","Matthews","Property","Simmons","Tyler","Tylers","about","accusation","actor","administrator","allegations","arguments","attorney","attorneys","audio","back_of_property","bibtex","blacklabeled","blacklisted","bounty","broker","budget","calendar","capital","chairman","chief","chief_matthews","claims","commisioner","commissioner","communication","communications","complaints","corrupt","counsel","county","county administrator","county attorney","county commissioner","county government","county officials","criticism","crooked","dates","dayton","diagram","difficulties","direct","disclaimer","documents","doug","douglas","emails","entities","estate","events","evidence","expenses","explanation","fake","favoritism","financials","fines","fire chief","for sale","greed","haddock","harassment","hate","home","income","info","inheritance","intimidation","involved","jeanie","jeanie haddock","junkyard","justice","justification","lamar","lamar county","land","land for sale","law","lawyer","leads","legal","legitimacy","letters","license","lies","local","logs","loss","management","map","matthews","mayfield","mdayton","media","message","meta","mission","negligence","neighborhood","neighbors","news","notices","officials","old Junkyard","opposition","oppression","ordinance","otter","otterai","penalties","people","persecution","person","persons","policy","pressure","privacy","private","private_road","profit","proof","propaganda","property","property for sale","real","real estate","realtime","reasoning","records","references","relation","research","residents","response","revenue","review","rights","road","ryran","scott","scott mayfield","security","setup","simple minded","site","son","sources","spending","spying","stalkers","stalking","standing","statements","statutes","story","stupid answer","stupid question","subdivision","suspicious","tasks","tax","taxpayer","terms","threatening behavior","timeline","tips","todo","transcription","transcripts","traylor","truth","unsupported","untruths","us","values","video","video-log","violations","vlog","weekend","whistleblowing","who","why","zoning"],"categories":["Content","Evidence","Legal","Person","Post","Reason","Video"]}}
\ No newline at end of file +{"taxonomy":{"tags":["Abernathy","Alex","Alex Abernathy","Brian","Brian Abernathy","Chief","County","County Attorney","Dayton","Denny Dunn","Donnie","Donnie Simmons","Dougs friends","Erica","Erica Simmons","Erica Tyler","Fire","Fire Chief","Ga","Georgia","Jessica McDaniel","Jessica Simmons","Kardun Homes","Lamar","Lamar Co","Lamar County","Matthews","Property","Simmons","Tyler","Tylers","about","accusation","actor","administrator","allegations","arguments","attorney","attorneys","audio","back_of_property","bibtex","blacklabeled","blacklisted","bounty","broker","budget","calendar","capital","chairman","chief","chief_matthews","claims","commisioner","commissioner","communication","communications","complaints","corrupt","counsel","county","county administrator","county attorney","county commissioner","county government","county officials","criticism","crooked","dates","dayton","diagram","dialogue","difficulties","direct","disclaimer","documents","doug","douglas","emails","entities","estate","events","evidence","expenses","explanation","fake","favoritism","financials","fines","fire chief","for sale","greed","haddock","harassment","hate","home","income","info","inheritance","intimidation","involved","jeanie","jeanie haddock","junkyard","justice","justification","lamar","lamar county","land","land for sale","law","lawyer","leads","legal","legitimacy","letters","license","lies","local","logs","loss","management","map","matthews","mayfield","mdayton","media","message","meta","mission","negligence","neighborhood","neighbors","news","notices","officials","old Junkyard","opposition","oppression","ordinance","otter","otterai","penalties","people","persecution","person","persons","policy","pressure","privacy","private","private_road","profit","proof","propaganda","property","property for sale","real","real estate","realtime","reasoning","records","references","reflection","relation","research","residents","response","revenue","review","rights","road","ryran","scott","scott mayfield","security","setup","simple minded","site","son","sources","spending","spying","stalkers","stalking","standing","statements","statutes","story","stupid answer","stupid question","subdivision","suspicious","tasks","tax","taxpayer","terms","threatening behavior","timeline","tips","todo","transcription","transcripts","traylor","truth","unsupported","untruths","us","values","video","video-log","violations","vlog","weekend","whistleblowing","who","why","zoning"],"categories":["Content","Evidence","Legal","Person","Post","Reason","Video"]}}
\ No newline at end of file |
