diff options
Diffstat (limited to '.frontmatter')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/persons.json (renamed from .frontmatter/config/content/pagefolders/person.json) | 2 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/reasons.json | 10 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/content.json (renamed from .frontmatter/config/taxonomy/contenttypes/page.json) | 11 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/docs.json | 9 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/legal.json | 9 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/minimal.json | 9 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/person.json | 9 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/post.json | 10 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/reason.json | 64 | ||||
| -rw-r--r-- | .frontmatter/database/taxonomyDb.json | 2 | ||||
| -rw-r--r-- | .frontmatter/templates/reason.md | 14 |
11 files changed, 108 insertions, 41 deletions
diff --git a/.frontmatter/config/content/pagefolders/person.json b/.frontmatter/config/content/pagefolders/persons.json index cfebd32..606d213 100644 --- a/.frontmatter/config/content/pagefolders/person.json +++ b/.frontmatter/config/content/pagefolders/persons.json @@ -1,6 +1,6 @@ { "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "person", + "title": "persons", "path": "[[workspace]]/content/persons", "filePrefix": null, "previewPath": "persons", diff --git a/.frontmatter/config/content/pagefolders/reasons.json b/.frontmatter/config/content/pagefolders/reasons.json new file mode 100644 index 0000000..0c13780 --- /dev/null +++ b/.frontmatter/config/content/pagefolders/reasons.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", + "title": "reasons", + "path": "[[workspace]]/content/reasons", + "filePrefix": null, + "previewPath": "reasons", + "contentTypes": [ + "reason" + ] +}
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/content.json index d3c9a4e..6d3d586 100644 --- a/.frontmatter/config/taxonomy/contenttypes/page.json +++ b/.frontmatter/config/taxonomy/contenttypes/content.json @@ -1,6 +1,6 @@ { "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", - "name": "page", + "name": "Content", "pageBundle": false, "previewPath": null, "fields": [ @@ -52,12 +52,9 @@ { "title": "Categories", "name": "categories", - "type": "choice", - "choices": [ - "Persons", - "Evidence", - "Legal" - ] + "type": "string", + "single": true, + "default": "Content" }, { "title": "Metadata", diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json index dc5e3d7..8004565 100644 --- a/.frontmatter/config/taxonomy/contenttypes/docs.json +++ b/.frontmatter/config/taxonomy/contenttypes/docs.json @@ -29,12 +29,9 @@ { "title": "Categories", "name": "categories", - "type": "choice", - "choices": [ - "Persons", - "Evidence", - "Legal" - ] + "type": "string", + "single": true, + "default": "Evidence" }, { "title": "Type", diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json index 4d34e03..0a1e3c7 100644 --- a/.frontmatter/config/taxonomy/contenttypes/legal.json +++ b/.frontmatter/config/taxonomy/contenttypes/legal.json @@ -28,12 +28,9 @@ { "title": "Categories", "name": "categories", - "type": "choice", - "choices": [ - "Persons", - "Evidence", - "Legal" - ] + "type": "string", + "single": true, + "default": "Legal" }, { "title": "Type", diff --git a/.frontmatter/config/taxonomy/contenttypes/minimal.json b/.frontmatter/config/taxonomy/contenttypes/minimal.json index ddd23ed..bcf6a1d 100644 --- a/.frontmatter/config/taxonomy/contenttypes/minimal.json +++ b/.frontmatter/config/taxonomy/contenttypes/minimal.json @@ -18,13 +18,8 @@ { "title": "Categories", "name": "categories", - "type": "choice", - "choices": [ - "Persons", - "Evidence", - "Legal", - "Video" - ] + "type": "string", + "single": true }, { "title": "Type", diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json index bd7da63..1b8dd07 100644 --- a/.frontmatter/config/taxonomy/contenttypes/person.json +++ b/.frontmatter/config/taxonomy/contenttypes/person.json @@ -42,12 +42,9 @@ { "title": "Categories", "name": "categories", - "type": "choice", - "choices": [ - "Persons", - "Evidence", - "Legal" - ] + "type": "string", + "single": true, + "default": "Person" }, { "title": "Weight", diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json index 352c8dd..a83336a 100644 --- a/.frontmatter/config/taxonomy/contenttypes/post.json +++ b/.frontmatter/config/taxonomy/contenttypes/post.json @@ -32,13 +32,9 @@ { "title": "Categories", "name": "categories", - "type": "choice", - "choices": [ - "Persons", - "Evidence", - "Legal", - "Posts" - ] + "type": "string", + "single": true, + "default": "Post" }, { "title": "tags", diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json new file mode 100644 index 0000000..9573e1d --- /dev/null +++ b/.frontmatter/config/taxonomy/contenttypes/reason.json @@ -0,0 +1,64 @@ +{ + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "reason", + "pageBundle": false, + "previewPath": null, + "fields": [ + { + "title": "Author", + "name": "author", + "type": "string", + "single": true, + "default": "Corrupt Lamar" + }, + { + "title": "Title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "Date", + "name": "date", + "type": "datetime", + "default": "{{now}}", + "isPublishDate": true + }, + { + "title": "Categories", + "name": "categories", + "type": "string", + "single": true, + "default": "reason" + }, + { + "title": "Weight", + "name": "weight", + "type": "number" + }, + { + "title": "draft", + "name": "draft", + "type": "draft" + }, + { + "title": "Thumbnail", + "name": "thumbnail", + "type": "image", + "default": "/img/logo.svg" + }, + { + "title": "ColorMode", + "name": "colormode", + "type": "boolean", + "default": "true" + }, + { + "title": "FrontMatter Content Type", + "name": "fmContentType", + "type": "string", + "single": true, + "default": "reason" + } + ] +}
\ No newline at end of file diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json index 54a02e4..3f4d11e 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","attorney","attorneys","audio","back_of_property","blacklabeled","blacklisted","bounty","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","lawyer","leads","legal","legitimacy","letters","lies","local","logs","loss","management","map","matthews","mayfield","mdayton","media","message","mission","negligence","neighborhood","neighbors","news","notices","officials","old Junkyard","oppression","ordinance","otter","otterai","penalties","people","persecution","person","persons","policy","pressure","privacy","private","private_road","profit","proof","propaganda","property","property for sale","real","realtime","reasoning","records","relation","research","residents","response","revenue","review","rights","road","ryran","scott","scott mayfield","security","setup","simple minded","son","spending","spying","stalkers","stalking","standing","statements","story","stupid answer","stupid question","subdivision","suspicious","tax","taxpayer","terms","threatening behavior","timeline","tips","transcription","transcripts","traylor","truth","unsupported","us","values","video","video-log","violations","vlog","weekend","whistleblowing","who","why","zoning"],"categories":["Evidence","Legal","Persons","Posts","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","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","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","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 diff --git a/.frontmatter/templates/reason.md b/.frontmatter/templates/reason.md new file mode 100644 index 0000000..8320b80 --- /dev/null +++ b/.frontmatter/templates/reason.md @@ -0,0 +1,14 @@ +--- +author: Corrupt Lamar +title: It's Your Money +date: 2024-10-22T04:58:29-04:00 +weight: 10 +thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729589665/reasons/photo-1671469897468-af5f1d47f312.jpg +colormode: true +--- + +Hinode supports {{< link hugo_modules >}}Hugo modules{{< /link >}} and mounted folders to create a modern, flexible build system. By taking advantage of {{< link npm >}}npm{{< /link >}} and {{< link github_actions >}}GitHub actions{{< /link >}}, you can ensure your deployed site is always up-to-date. + +{{< button relref="hosting-and-deployment" >}} + Check the deployment options +{{< /button >}}
\ No newline at end of file |
