summaryrefslogtreecommitdiffstats
path: root/.frontmatter
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.frontmatter/config/content/snippets/link.json2
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/communication.json4
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json4
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/evidence.json4
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/legal.json4
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/news.json10
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/page.json79
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/person.json4
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/post.json4
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/reason.json4
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/video.json4
-rw-r--r--.frontmatter/database/taxonomyDb.json2
12 files changed, 58 insertions, 67 deletions
diff --git a/.frontmatter/config/content/snippets/link.json b/.frontmatter/config/content/snippets/link.json
index 69ed02a..470f3d1 100644
--- a/.frontmatter/config/content/snippets/link.json
+++ b/.frontmatter/config/content/snippets/link.json
@@ -14,7 +14,7 @@
},
{
"name": "Url",
- "title": "Url",
+ "title": "Slug",
"type": "string",
"single": true,
"default": ""
diff --git a/.frontmatter/config/taxonomy/contenttypes/communication.json b/.frontmatter/config/taxonomy/contenttypes/communication.json
index b16f115..60efcfa 100644
--- a/.frontmatter/config/taxonomy/contenttypes/communication.json
+++ b/.frontmatter/config/taxonomy/contenttypes/communication.json
@@ -11,8 +11,8 @@
"single": true
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json
index 2fc1a82..f5dedc4 100644
--- a/.frontmatter/config/taxonomy/contenttypes/docs.json
+++ b/.frontmatter/config/taxonomy/contenttypes/docs.json
@@ -11,8 +11,8 @@
"single": true
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
diff --git a/.frontmatter/config/taxonomy/contenttypes/evidence.json b/.frontmatter/config/taxonomy/contenttypes/evidence.json
index 5bb3864..9573c97 100644
--- a/.frontmatter/config/taxonomy/contenttypes/evidence.json
+++ b/.frontmatter/config/taxonomy/contenttypes/evidence.json
@@ -11,8 +11,8 @@
"single": true
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json
index 760ba0b..adbefe2 100644
--- a/.frontmatter/config/taxonomy/contenttypes/legal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/legal.json
@@ -11,8 +11,8 @@
"single": true
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
diff --git a/.frontmatter/config/taxonomy/contenttypes/news.json b/.frontmatter/config/taxonomy/contenttypes/news.json
index 2d844d0..1e7a2ee 100644
--- a/.frontmatter/config/taxonomy/contenttypes/news.json
+++ b/.frontmatter/config/taxonomy/contenttypes/news.json
@@ -10,8 +10,8 @@
"type": "string"
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
@@ -71,6 +71,12 @@
"type": "string",
"single": true,
"default": "news"
+ },
+ {
+ "title": "Last Modified",
+ "name": "lastmod",
+ "type": "datetime",
+ "default": "{{now}}"
}
]
} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json
index 3f1c36b..2f22d5c 100644
--- a/.frontmatter/config/taxonomy/contenttypes/page.json
+++ b/.frontmatter/config/taxonomy/contenttypes/page.json
@@ -2,19 +2,22 @@
"$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
"name": "page",
"pageBundle": false,
- "previewPath": null,
+ "previewPath": "/",
+ "trailingSlash": true,
"fields": [
{
"title": "Title",
"name": "title",
"type": "string",
- "single": true
+ "single": true,
+ "default": ""
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
- "single": true
+ "single": true,
+ "default": ""
},
{
"title": "Date",
@@ -26,12 +29,15 @@
{
"title": "Description",
"name": "description",
- "type": "string"
+ "type": "string",
+ "single": false,
+ "default": ""
},
{
"title": "Draft",
"name": "draft",
- "type": "draft"
+ "type": "draft",
+ "default": "true"
},
{
"title": "Layout",
@@ -43,18 +49,21 @@
{
"title": "Alias",
"name": "aliases",
- "type": "string"
+ "type": "list",
+ "default": []
},
{
"title": "Tags",
"name": "tags",
- "type": "tags"
+ "type": "tags",
+ "default": []
},
{
"title": "Icon",
"name": "icon",
"type": "string",
- "single": true
+ "single": true,
+ "default": ""
},
{
"title": "Type",
@@ -89,52 +98,21 @@
"title": "Download",
"name": "download",
"type": "string",
- "single": true
+ "single": true,
+ "default": ""
},
{
"title": "Thumbnail",
"name": "thumbnail",
- "type": "fields",
- "fields": [
- {
- "title": "URL",
- "name": "url",
- "type": "image"
- },
- {
- "title": "Author",
- "name": "author",
- "type": "string",
- "single": true
- },
- {
- "title": "AuthorUrl",
- "name": "authorUrl",
- "type": "string"
- },
- {
- "title": "Origin",
- "name": "origin",
- "type": "string",
- "single": true
- },
- {
- "title": "OriginUrl",
- "name": "originUrl",
- "type": "string"
- }
- ]
- },
- {
- "title": "Author",
- "name": "author",
"type": "string",
- "single": true
+ "single": true,
+ "default": ""
},
{
"title": "Links",
"name": "navigationLinks",
- "type": "list"
+ "type": "list",
+ "default": []
},
{
"title": "FrontMatter Content Type",
@@ -142,6 +120,13 @@
"type": "string",
"single": true,
"default": "page"
+ },
+ {
+ "title": "Last Mod",
+ "name": "lastmod",
+ "type": "datetime",
+ "default": "{{now}}",
+ "isPublishDate": true
}
]
} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json
index 0cad736..ae79922 100644
--- a/.frontmatter/config/taxonomy/contenttypes/person.json
+++ b/.frontmatter/config/taxonomy/contenttypes/person.json
@@ -11,8 +11,8 @@
"type": "string"
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json
index d26cb9a..d0987bb 100644
--- a/.frontmatter/config/taxonomy/contenttypes/post.json
+++ b/.frontmatter/config/taxonomy/contenttypes/post.json
@@ -10,8 +10,8 @@
"type": "string"
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json
index 064a9e8..5f28302 100644
--- a/.frontmatter/config/taxonomy/contenttypes/reason.json
+++ b/.frontmatter/config/taxonomy/contenttypes/reason.json
@@ -19,8 +19,8 @@
"single": true
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
diff --git a/.frontmatter/config/taxonomy/contenttypes/video.json b/.frontmatter/config/taxonomy/contenttypes/video.json
index 37ce684..44e0f0b 100644
--- a/.frontmatter/config/taxonomy/contenttypes/video.json
+++ b/.frontmatter/config/taxonomy/contenttypes/video.json
@@ -11,8 +11,8 @@
"single": true
},
{
- "title": "Url",
- "name": "url",
+ "title": "Slug",
+ "name": "slug",
"type": "string",
"single": true
},
diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json
index 11b750d..0c6c313 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","Development","Donnie","Donnie Simmons","Dougs friends","Erica","Erica Simmons","Erica Tyler","Fire","Fire Chief","GBI","Ga","Georgia","Italy","Jessica McDaniel","Jessica Simmons","Kardun Homes","Lamar","Lamar Co","Lamar County","Law Enforcement","Licensing","MIA","Matthews","Property","Sheriff","Simmons","Site 1","Site 2","Tyler","Tylers","about","accountability","accusation","action","actor","administrator","allegations","arguments","armored car","articles","attorney","attorneys","audio","back_of_property","barnesville","bibtex","black labeled","blacklabeled","blacklisted","bounty","broker","budget","bullshit","calendar","capital","chairman","chief","chief_matthews","claims","comment","commisioner","commissioner","communication","communications","complaints","corrupt","corruption","corruptlamar","counsel","county","county administrator","county attorney","county commissioner","county government","county officials","crime","criminology","criticism","crooked","dates","dayton","development","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","mcdaniels","mdayton","media","message","meta","mission","negligence","neighborhood","neighbors","news","newspapers","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","rebuttle","records","references","reflection","relation","research","residents","response","revenue","review","rights","road","ryran","scott","scott mayfield","security","setup","simmons","simple minded","site","solar","son","sources","spending","spying","stalkers","stalking","standing","statements","statutes","stealing time","stolen","story","stupid answer","stupid question","subdivision","suspicious","tampering","tasks","tax","taxpayer","terms","threatening behavior","timeline","timer","tips","todo","transcription","transcripts","traylor","truth","tylers","unsupported","untruths","us","values","video","video-log","violations","vlog","vocab","weekend","whistleblower","whistleblowing","who","why","words","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","Development","Donnie","Donnie Simmons","Dougs friends","Erica","Erica Simmons","Erica Tyler","Fire","Fire Chief","GBI","Ga","Georgia","Italy","Jessica McDaniel","Jessica Simmons","Kardun Homes","Lamar","Lamar Co","Lamar County","Law Enforcement","Licensing","MIA","Matthews","Property","Sheriff","Simmons","Site 1","Site 2","Tyler","Tylers","about","accountability","accusation","action","actor","administrator","allegations","arguments","armored car","articles","attorney","attorneys","audio","back_of_property","barnesville","bibtex","black labeled","blacklabeled","blacklisted","bounty","broker","brown field","budget","bullshit","calendar","capital","chairman","chief","chief_matthews","claims","comment","commisioner","commissioner","communication","communications","complaints","corrupt","corruption","corruptlamar","counsel","county","county administrator","county attorney","county commissioner","county government","county officials","crime","criminology","criticism","crooked","dates","dayton","development","diagram","dialogue","difficulties","direct","disclaimer","documents","doug","douglas","emails","entities","environment","environmental hazards","estate","events","evidence","expenses","explanation","fake","farms","favoritism","fcc","financials","fines","fire chief","fire dept","for sale","fraud","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","mcdaniels","mdayton","media","message","meta","mission","negligence","neighborhood","neighbors","news","newspapers","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","rebuttle","records","references","reflection","relation","research","residents","response","revenue","review","rights","road","ryran","scott","scott mayfield","security","setup","simmons","simple minded","site","solar","son","sources","spending","spying","stalkers","stalking","standing","statements","statutes","stealing time","stolen","story","stupid answer","stupid question","subdivision","suspicious","tampering","tasks","tax","taxpayer","terms","threatening behavior","timeline","timer","tips","todo","toxic","toxin","transcription","transcripts","traylor","truth","tylers","unsupported","untruths","us","values","video","video-log","violations","vlog","vocab","weekend","whistleblower","whistleblowing","who","why","words","zoning"],"categories":["Content","Evidence","Legal","Persons","Post","Reason","Video","fpnav"]}} \ No newline at end of file