diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-25 02:09:29 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-25 02:15:54 -0400 |
| commit | f0547c58ec14beeaf3d15ad7e03166dcfb9af991 (patch) | |
| tree | 76fb9ccb1c1d66fdb5a5328e2569d62d24b303d4 /.frontmatter | |
| parent | 6ddbeaac0d9cf708980b3288c445586b5f49b65b (diff) | |
docs: Added content, updated mods
Added pages on mail tampering, Italy banning solar, qs and as, and corrected markdown formatting error.
Diffstat (limited to '.frontmatter')
11 files changed, 115 insertions, 4 deletions
diff --git a/.frontmatter/config/content/pagefolders/docs.json b/.frontmatter/config/content/pagefolders/docs.json new file mode 100644 index 0000000..38c113f --- /dev/null +++ b/.frontmatter/config/content/pagefolders/docs.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", + "title": "docs", + "path": "[[workspace]]/content/docs", + "filePrefix": null, + "previewPath": "/docs/", + "contentTypes": [ + "docs", + "index" + ] +}
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/pages.json b/.frontmatter/config/content/pagefolders/pages.json new file mode 100644 index 0000000..798643e --- /dev/null +++ b/.frontmatter/config/content/pagefolders/pages.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", + "title": "pages", + "path": "[[workspace]]/content", + "filePrefix": null, + "previewPath": "/", + "contentTypes": [ + "page", + "index" + ] +}
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/communication.json b/.frontmatter/config/taxonomy/contenttypes/communication.json index e48aac3..fd0e34d 100644 --- a/.frontmatter/config/taxonomy/contenttypes/communication.json +++ b/.frontmatter/config/taxonomy/contenttypes/communication.json @@ -2,7 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "communication", "pageBundle": false, - "previewPath": null, + "previewPath": "/communication/", "fields": [ { "title": "Title", diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json new file mode 100644 index 0000000..5ab6545 --- /dev/null +++ b/.frontmatter/config/taxonomy/contenttypes/docs.json @@ -0,0 +1,85 @@ +{ + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "docs", + "pageBundle": false, + "previewPath": "/docs/", + "fields": [ + { + "title": "Title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "Description", + "name": "description", + "type": "string" + }, + { + "title": "date", + "name": "date", + "type": "datetime" + }, + { + "title": "Metadata", + "name": "metadata", + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" + }, + { + "title": "Categories", + "name": "categories", + "type": "string", + "single": true, + "default": "Docs" + }, + { + "title": "Tags", + "name": "tags", + "type": "tags" + }, + { + "title": "Thumbnail", + "name": "thumbnail", + "type": "string" + }, + { + "title": "Type", + "name": "type", + "type": "choice", + "choices": [ + "default", + "docs", + "minimal" + ], + "default": "docs" + }, + { + "title": "Draft", + "name": "draft", + "type": "draft" + }, + { + "title": "Alias", + "name": "alias", + "type": "list" + }, + { + "title": "Modules", + "name": "modules", + "type": "string" + }, + { + "title": "FrontMatter Content Type", + "name": "fmContentType", + "type": "string", + "single": true, + "default": "docs" + } + ] +}
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/evidence.json b/.frontmatter/config/taxonomy/contenttypes/evidence.json index f3e70ff..a6a39cf 100644 --- a/.frontmatter/config/taxonomy/contenttypes/evidence.json +++ b/.frontmatter/config/taxonomy/contenttypes/evidence.json @@ -2,7 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "evidence", "pageBundle": false, - "previewPath": null, + "previewPath": "/evidence/", "fields": [ { "title": "Title", diff --git a/.frontmatter/config/taxonomy/contenttypes/index.json b/.frontmatter/config/taxonomy/contenttypes/index.json index aafd066..9a38d96 100644 --- a/.frontmatter/config/taxonomy/contenttypes/index.json +++ b/.frontmatter/config/taxonomy/contenttypes/index.json @@ -2,7 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "index", "pageBundle": false, - "previewPath": null, + "previewPath": "/", "fields": [ { "title": "Title", diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json index ddd05c8..e87f78e 100644 --- a/.frontmatter/config/taxonomy/contenttypes/legal.json +++ b/.frontmatter/config/taxonomy/contenttypes/legal.json @@ -2,6 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "legal", "pageBundle": false, + "previewPath": "/legal/", "fields": [ { "title": "title", diff --git a/.frontmatter/config/taxonomy/contenttypes/news.json b/.frontmatter/config/taxonomy/contenttypes/news.json index ef79686..f3adba4 100644 --- a/.frontmatter/config/taxonomy/contenttypes/news.json +++ b/.frontmatter/config/taxonomy/contenttypes/news.json @@ -2,6 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "news", "pageBundle": false, + "previewPath": "/news/", "fields": [ { "title": "title", diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json index e60ce0c..57bb804 100644 --- a/.frontmatter/config/taxonomy/contenttypes/person.json +++ b/.frontmatter/config/taxonomy/contenttypes/person.json @@ -3,6 +3,7 @@ "name": "person", "pageBundle": false, "template": "[[workspace]]/.frontmatter/templates/persons.md", + "previewPath": "/persons/", "fields": [ { "title": "Title", diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json index 14a6b84..218d024 100644 --- a/.frontmatter/config/taxonomy/contenttypes/post.json +++ b/.frontmatter/config/taxonomy/contenttypes/post.json @@ -2,6 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "post", "pageBundle": false, + "previewPath": "/posts/", "fields": [ { "title": "title", diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json index 0b1ba65..fa43c78 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","Law Enforcement","Licensing","MIA","Matthews","Property","Sheriff","Simmons","Tyler","Tylers","about","accusation","actor","administrator","allegations","arguments","armored car","attorney","attorneys","audio","back_of_property","bibtex","black labeled","blacklabeled","blacklisted","bounty","broker","budget","calendar","capital","chairman","chief","chief_matthews","claims","commisioner","commissioner","communication","communications","complaints","corrupt","corruption","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","fcc","financials","fines","fire chief","fire dept","for sale","government corruption","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","letter","letters","license","lies","local","local ccorruption","local corruption","logs","loss","management","map","matt","matthews","mayfield","mdayton","media","message","meta","mission","negligence","neighborhood","neighbors","news","notices","officials","old Junkyard","opposition","oppression","ordinance","ordinances","otter","otterai","outreach","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","stealing time","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","whistleblower","whistleblowing","who","why","zoning"],"categories":["Content","Evidence","Legal","Persons","Post","Reason","Video","fpnav"]}}
\ 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","Italy","Jessica McDaniel","Jessica Simmons","Kardun Homes","Lamar","Lamar Co","Lamar County","Law Enforcement","Licensing","MIA","Matthews","Property","Sheriff","Simmons","Tyler","Tylers","about","accountability","accusation","action","actor","administrator","allegations","arguments","armored car","attorney","attorneys","audio","back_of_property","barnesville","bibtex","black labeled","blacklabeled","blacklisted","bounty","broker","budget","bullshit","calendar","capital","chairman","chief","chief_matthews","claims","commisioner","commissioner","communication","communications","complaints","corrupt","corruption","counsel","county","county administrator","county attorney","county commissioner","county government","county officials","crime","criticism","crooked","dates","dayton","diagram","dialogue","difficulties","direct","disclaimer","documents","doug","douglas","emails","entities","estate","events","evidence","expenses","explanation","fake","farms","favoritism","fcc","financials","fines","fire chief","fire dept","for sale","government corruption","greed","haddock","harassment","hate","home","income","info","inheritance","inspection","intimidation","involved","jeanie","jeanie haddock","junkyard","justice","justification","lamar","lamar county","land","land for sale","law","lawyer","leads","legal","legitimacy","letter","letters","license","lies","local","local ccorruption","local corruption","logs","loss","mail","management","map","matt","matthews","mayfield","mdayton","media","message","meta","mission","negligence","neighborhood","neighbors","news","notices","officials","old Junkyard","opposition","oppression","ordinance","ordinances","otter","otterai","outreach","penalties","people","persecution","person","persons","policy","postal service","pressure","privacy","private","private_road","profit","proof","propaganda","property","property for sale","questions","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","solar","son","sources","spending","spying","stalkers","stalking","standing","statements","statutes","stealing time","story","stupid answer","stupid question","subdivision","suspicious","tampering","tasks","tax","taxpayer","terms","threatening behavior","timeline","tips","todo","transcription","transcripts","traylor","truth","unsupported","untruths","us","values","video","video-log","violations","vlog","weekend","whistleblower","whistleblowing","who","why","zoning"],"categories":["Content","Evidence","Legal","Persons","Post","Reason","Video","fpnav"]}}
\ No newline at end of file |
