summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.frontmatter/config/content/pagefolders/fpnav.json10
-rw-r--r--.frontmatter/config/content/snippets/button.json32
-rw-r--r--.frontmatter/config/content/snippets/docs.json56
-rw-r--r--.frontmatter/config/content/snippets/file.json42
-rw-r--r--.frontmatter/config/content/snippets/image.json70
-rw-r--r--.frontmatter/config/content/snippets/link.json70
-rw-r--r--.frontmatter/config/content/snippets/map.json56
-rw-r--r--.frontmatter/config/content/snippets/pdf.json28
-rw-r--r--.frontmatter/config/content/snippets/persona.json42
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/fpnav.json55
-rw-r--r--.frontmatter/database/taxonomyDb.json2
-rw-r--r--config/_default/menus/menus.en.toml8
-rw-r--r--config/_default/params.toml21
-rw-r--r--content/fpnav/anita-buice.md18
-rw-r--r--content/fpnav/bryan-alex-abernathy.md18
-rw-r--r--content/fpnav/chief-douglas-randall-matthews.md18
-rw-r--r--content/fpnav/donnie-simmons.md18
-rw-r--r--content/fpnav/erica-simmons-tyler.md18
-rw-r--r--content/fpnav/index.md13
-rw-r--r--content/fpnav/jeanie-haddock.md18
-rw-r--r--content/fpnav/matt-dayton.md18
-rw-r--r--content/fpnav/scott-mayfield.md18
-rw-r--r--content/persons/_index.md (renamed from content/persons/listing.md)13
-rw-r--r--content/persons/index.md15
-rw-r--r--content/persons/tboyle.md6
-rw-r--r--content/posts/2024-10-26-simmons--tyler-relocation.md6
-rw-r--r--content/posts/2024-10-26-the-cruelty-of-the-stupid.md28
-rw-r--r--hugo_stats.json78
-rw-r--r--persons.md139
29 files changed, 685 insertions, 249 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
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 3179462..96e8a09 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -47,10 +47,10 @@
parent = "Evidence"
weight = 40
-# [[main]]
-# name = "People"
-# pageRef = "persons/listing/"
-# weight = 30
+[[main]]
+ name = "People"
+ pageRef = "/persons/"
+ weight = 30
# Main Cont'd
[[main]]
diff --git a/config/_default/params.toml b/config/_default/params.toml
index caa00ac..4cb7574 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -29,9 +29,9 @@
checkVersion = false
[home]
- sections = [ "reasons", "persons", "evidence", "legal", "posts" ]
+ sections = [ "reasons", "fpnav", "evidence", "legal", "posts" ]
fullCover = true
- centerHeadline = false
+ centerHeadline = true
style = "gradient-featured"
[home.feature]
orientation = "stacked"
@@ -140,6 +140,23 @@
homepage = 3
separator = true
[sections.persons]
+ title = "More on those involved"
+ reference = "More Persons"
+ layout = "card"
+ sort = "date"
+ reverse = true
+ nested = true
+ cols = 3
+ background = ""
+ color = ""
+ padding = "0"
+ header = "none"
+ footer = "none"
+ orientation = "stacked"
+ style = "border-0 card-zoom"
+ homepage = 3
+ separator = true
+ [sections.fpnav]
title = "Involving the usual suspects..."
reference = "More People involved"
layout = "nav"
diff --git a/content/fpnav/anita-buice.md b/content/fpnav/anita-buice.md
new file mode 100644
index 0000000..d6c18ec
--- /dev/null
+++ b/content/fpnav/anita-buice.md
@@ -0,0 +1,18 @@
+---
+title: Anita Buice
+categories: fpnav
+weight: 35
+draft: false
+nested: true
+type: minimal
+thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png
+fmContentType: fpnav
+---
+
+Previously employed in the Tax assessors office, Mrs. Buice is the county's new Zoning Administrator, and she abused her position of office to perform political favors for Jeanie Haddock, refused to collect on millions of dollars in fines over obvious and questionably intentional violations.
+
+<!-- FM:Snippet:Start data:{"id":"button","fields":[]} -->
+{{< button relref="persons/abuice" outline=true >}}
+To Profile
+{{< /button >}}
+<!-- FM:Snippet:End --> \ No newline at end of file
diff --git a/content/fpnav/bryan-alex-abernathy.md b/content/fpnav/bryan-alex-abernathy.md
new file mode 100644
index 0000000..b7173cf
--- /dev/null
+++ b/content/fpnav/bryan-alex-abernathy.md
@@ -0,0 +1,18 @@
+---
+title: Bryan Alex Abernathy
+categories: fpnav
+weight: 5
+draft: false
+nested: true
+type: minimal
+thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png
+fmContentType: fpnav
+---
+
+Retired liquor store owner, son of former Game Warden, primarily responsible for the majority of the development in our neighborhood, unlicensed real estate broker, and emptier of wells.
+
+<!-- FM:Snippet:Start data:{"id":"button","fields":[]} -->
+{{< button relref="persons/babernathy" outline=true >}}
+To Profile
+{{< /button >}}
+<!-- FM:Snippet:End --> \ No newline at end of file
diff --git a/content/fpnav/chief-douglas-randall-matthews.md b/content/fpnav/chief-douglas-randall-matthews.md
new file mode 100644
index 0000000..2d4043d
--- /dev/null
+++ b/content/fpnav/chief-douglas-randall-matthews.md
@@ -0,0 +1,18 @@
+---
+title: Chief Douglas Randall Matthews
+categories: fpnav
+weight: 1
+draft: false
+nested: true
+type: minimal
+thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729403122/persons/fireman-sihlo.png
+fmContentType: fpnav
+---
+
+Doug Randal Matthews is the current Fire Chief for Lamar County, a cousin of Brian Alex Abernathy, son-in-law to commissioner Truman Boyle, and the primarily antagonist responsible for the majority of troubles experienced by our family since 2020. He violated state law, stole time from the county, borrowed equipment time from a contracting company in ATL, related mistruths, and ensured our home was devastated.
+
+<!-- FM:Snippet:Start data:{"id":"button","fields":[]} -->
+{{< button relref="persons/dmatthews" outline=true >}}
+To Profile
+{{< /button >}}
+<!-- FM:Snippet:End --> \ No newline at end of file
diff --git a/content/fpnav/donnie-simmons.md b/content/fpnav/donnie-simmons.md
new file mode 100644
index 0000000..aa48114
--- /dev/null
+++ b/content/fpnav/donnie-simmons.md
@@ -0,0 +1,18 @@
+---
+title: Donnie Simmons
+categories: fpnav
+weight: 15
+draft: false
+nested: true
+type: minimal
+thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png
+fmContentType: fpnav
+---
+
+Father to Erica Simmons Tyler and Jessica Simmons McDaniel, insurance salesman by trade, home placed in daughters name, is the actual individual responsible for building a subdivision on the oldest known junkyard in the county.
+
+<!-- FM:Snippet:Start data:{"id":"button","fields":[]} -->
+{{< button relref="persons/dsimmons" outline=true >}}
+To Profile
+{{< /button >}}
+<!-- FM:Snippet:End --> \ No newline at end of file
diff --git a/content/fpnav/erica-simmons-tyler.md b/content/fpnav/erica-simmons-tyler.md
new file mode 100644
index 0000000..32ac91b
--- /dev/null
+++ b/content/fpnav/erica-simmons-tyler.md
@@ -0,0 +1,18 @@
+---
+title: Erica Simmons Tyler
+categories: fpnav
+weight: 10
+draft: false
+nested: true
+type: minimal
+thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png
+fmContentType: fpnav
+---
+
+Erica Tyler was the wife of the late Shane Tyler, the sister of Jessica McDaniel, and the Daughter of Donnie Simmons. She started where Shane took off, which was to develop the land our family needed for farming into a subdivision, and to continue to apply pressure on our family to move out. Then when any chance of salvation was ruined, she sold her property and left us with their mess, after living here for only two years. Off to do it to someone else.
+
+<!-- FM:Snippet:Start data:{"id":"button","fields":[]} -->
+{{< button relref="persons/etyler" outline=true >}}
+To Profile
+{{< /button >}}
+<!-- FM:Snippet:End --> \ No newline at end of file
diff --git a/content/fpnav/index.md b/content/fpnav/index.md
new file mode 100644
index 0000000..ec4142e
--- /dev/null
+++ b/content/fpnav/index.md
@@ -0,0 +1,13 @@
+---
+headless: true
+title: Officials and individuals involved.
+draft: false
+---
+
+{{< fas people-line fa-10x text-secondary >}}
+{ .text-center .justify-content-center }
+
+### The exact same people, doing the exact same thing.
+{ .fs-5 .muted .col-12 .col-md-6 .mx-auto .text-center}
+
+{{< button href="/persons/" wrapper="text-center mb-5">}}Profiles{{< /button >}} \ No newline at end of file
diff --git a/content/fpnav/jeanie-haddock.md b/content/fpnav/jeanie-haddock.md
new file mode 100644
index 0000000..80985dc
--- /dev/null
+++ b/content/fpnav/jeanie-haddock.md
@@ -0,0 +1,18 @@
+---
+title: Jeanie Haddock
+categories: fpnav
+weight: 30
+draft: false
+nested: true
+type: minimal
+thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png
+fmContentType: fpnav
+---
+
+Jeanie Haddock is the tax assessor for Lamar County, the previous supervisor of Anita Buice, and a personal friend of Alex Brian Abernathy. Jeanie knowingly tampered with online county records in order to conceal information regarding changes to current property ownership, and planned future developments for political favors. She also used her relationship as former supervisor to the current Zoning Administrator in order to influence county zoning and ordinance decisions in favor of her friends.
+
+<!-- FM:Snippet:Start data:{"id":"button","fields":[]} -->
+{{< button relref="persons/jhaddock" outline=true >}}
+To Profile
+{{< /button >}}
+<!-- FM:Snippet:End --> \ No newline at end of file
diff --git a/content/fpnav/matt-dayton.md b/content/fpnav/matt-dayton.md
new file mode 100644
index 0000000..70ddb74
--- /dev/null
+++ b/content/fpnav/matt-dayton.md
@@ -0,0 +1,18 @@
+---
+title: Matt Dayton
+categories: fpnav
+weight: 20
+draft: false
+nested: true
+type: minimal
+thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png
+fmContentType: fpnav
+---
+
+Youngest son of William Earl Dayton, divorced inheritor of pool supply store, whose claim to fame is being the youngest son of William Earl Dayton. Betrayed forty five years of family friendship in order to set the stage for us to be shafted out of our home, for apparently no reason but to be mean.
+
+<!-- FM:Snippet:Start data:{"id":"button","fields":[]} -->
+{{< button relref="persons/mdayton" outline=true >}}
+To Profile
+{{< /button >}}
+<!-- FM:Snippet:End --> \ No newline at end of file
diff --git a/content/fpnav/scott-mayfield.md b/content/fpnav/scott-mayfield.md
new file mode 100644
index 0000000..b2041cf
--- /dev/null
+++ b/content/fpnav/scott-mayfield.md
@@ -0,0 +1,18 @@
+---
+title: Scott Mayfield
+categories: fpnav
+weight: 25
+draft: false
+nested: true
+type: minimal
+thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png
+fmContentType: fpnav
+---
+
+Scott Mayfield is an attorney with Smith, Welch, and Webb Law associates here in Barnesville, Ga.
+
+<!-- FM:Snippet:Start data:{"id":"button","fields":[]} -->
+{{< button relref="persons/smayfield" outline=true >}}
+To Profile
+{{< /button >}}
+<!-- FM:Snippet:End --> \ No newline at end of file
diff --git a/content/persons/listing.md b/content/persons/_index.md
index e6d0d2d..18a55c6 100644
--- a/content/persons/listing.md
+++ b/content/persons/_index.md
@@ -1,7 +1,7 @@
---
-title: Listing
+title: Persons
date: 2024-10-25T10:36:54.393Z
-description: Listing of all parties suspect
+description: Listing page for Persons
tags:
- county officials
- involved
@@ -19,7 +19,7 @@ modules: ""
fmContentType: person
---
-## Listing
+{{< image src="https://res.cloudinary.com/solardump/image/upload/v1726086548/Memes/von-mises_xsgylz.jpg" wrapper="col-6 mx-auto" >}}
Since 2016, the same group of individuals have twice used less than scrupulous methods to attack our home, regardless of intentionality. Each time possessed the same attributes of a desire to circumvent regular channels and steps often required by law to achieve a particular goal, a conserved effort to with hold information from our family and the public, the bending of law to align with one's own personal will, and a slew of "lesser" illegal activities, which alone are not offensive enough to pursue, but taken as a whole become too numerous to prosecute.
@@ -27,9 +27,4 @@ The first time this occurred, an effort was made to not expose these individuals
The second time this occurred, not only was it fairly evident the intent was to target and inflict harm on our home and family in order to make us "pay" for some ill-conceived vendetta, but from the beginning the attack has remained too organized and well coordinated for it not to have been contrived with premeditated machination. The obvious smear campaign performed by these individuals, their willingness to disregard federal law as they see fit, and the expressed lack of concern for upholding the dignity of their offices do sincerely pose a risk to the safety and welfare of the community, because there is absolutely nothing preventing them from doing it again to someone else whenever they feel like it.
-It is for this reason, we can no longer protect someone from the truth by which they are themselves the author of, while remaining within the confines of legal permissibility.
-
-| Name | Position | Page |
-|------|----------|------|
-| Doug Matthews | Fire Chief | [Doug Matthews](dmatthews) |
-| Anita Buice | \ No newline at end of file
+It is for this reason, we can no longer protect someone from the truth by which they are themselves the author of, while remaining within the confines of legal permissibility. \ No newline at end of file
diff --git a/content/persons/index.md b/content/persons/index.md
deleted file mode 100644
index 2f2df5c..0000000
--- a/content/persons/index.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-headless: true
-title: Officials and individuals involved.
----
-
-{{< fas people-line fa-10x text-secondary >}}
-
-
-{ .text-center }
-
-Twice now, the exact same people have targeted our home.
-
-{ .fs-5 .muted .col-12 .col-md-6 .mx-auto .text-center}
-
-{{< button href="./listing/" wrapper="text-center mb-5">}}Profiles{{< /button >}} \ No newline at end of file
diff --git a/content/persons/tboyle.md b/content/persons/tboyle.md
index 030ff3c..206c4f9 100644
--- a/content/persons/tboyle.md
+++ b/content/persons/tboyle.md
@@ -10,7 +10,7 @@ tags:
- commissioner
- county government
type: docs
-draft: false
+draft: true
categories:
- Persons
weight: 65
@@ -26,7 +26,9 @@ Truman Boyle is the current newly elected commissioner for the county who defeat
{{< /persona >}}
-The question remains, what will Mr. Boyle do about our family's quest for some semblance of accountability and fairness? Is he getting involved to right the wrongs done by his daughter's ex-husband, or is he getting involved to protect his daughter by covering it all up? It would be far easier to right the wrongs, than try to cover it up at this point. The truth has a way of rising to the occasion and revealing itself to those who search for it.
+The question remains, what will Mr. Boyle do about our family's quest for some semblance of accountability and fairness? Is he getting involved to right the wrongs done by his daughter's ex-husband, or is his new presence on the political stage, yet another effort to cover up for his daughters ex-husband? It would be far easier to right the wrongs, than try to cover it up at this point. The truth has a way of rising to the occasion and revealing itself to those who search for it.
+
+Mr. Boyle along with his daughter knew exactly what was going on, and condoned it at the time.
More than likely, he was rooked into helping Chief Matthews move his daughter and granddaughters into a camping trailer behind Dayton house, and as such would have possession of knowledge on how it was arranged in order to prevent anyone else in the neighborhood, not even the next door neighbors, from finding it out. He would know about the three-way deal the fire chief had arranged, to "manage"(illegally broker) the sale of Bill Dayton's property in exchange for around a thirty percent discount on the price of house, and the sweat heart deal the Chief made with Shane Tyler to ensure Shane would be the only one allowed to make a bid on the other property owned by Bill Dayton at a discounted price, in exchange for using equipment owned by The Helix Group LLC without their knowledge or permission, which constitutes minor theft of equipment usage in corporate terms. Boyle knows about the months Chief Matthews took off of work to embellish upon the Dayton Home before buying it, and the habitual practice of stealing time from county taxpayers practiced by the Fire Chief.
diff --git a/content/posts/2024-10-26-simmons--tyler-relocation.md b/content/posts/2024-10-26-simmons--tyler-relocation.md
index 2e91e5b..8154207 100644
--- a/content/posts/2024-10-26-simmons--tyler-relocation.md
+++ b/content/posts/2024-10-26-simmons--tyler-relocation.md
@@ -27,11 +27,7 @@ The county would have risked nothing by enforcing the law, but by refusing to do
The act of destroying someone's home, then leaving that individual with all the problems just created out of selfishness is of the highest disrespect, and a true reflection of a lack of character, morals, and/or principles. It is the response of someone who treats others like trash, as if they are disposable, reprehensible, and vile. We were truly unaware it was possible to be treated this hatefully. Which is in part our failure, trying to see the good in people, when there is none.
-We are duty bound to correct this injustice, and have a moral obligation to inform the public of our experiences. The involvement of the Tyler / Simmons family, and the role they played, makes up part of this experience.
-
-We have no control over their actions, are not responsible for protecting them from the consequences of these actions, and reserve the right to inform others what they have done.
-
-Their relocation does not change any of this, and only further amplifies the severity of the harm they have done, and our moral obligation to inform others of it. It is an utmost necessity to protect other individuals who still possess good in them from experiencing the fate dealt to us by their hands. We can not and shall not publicize information that could lead to placing anyone's safety at an immediate risk, but this does not prevent us from
+We are duty bound to correct this injustice, and have a moral obligation to inform the public of our experiences. The involvement of the Tyler / Simmons family, and the role they played, makes up part of this experience. We have no control over their actions. Their relocation does not change any of this, and only further amplifies the severity of the harm they have done and our moral obligation to inform others of it. It is a necessity to protect other individuals who still possess good in them from experiencing the fate dealt to us by their hands. We can not and shall not publicize information that could lead to placing anyone's safety at an immediate risk, but this does not prevent us from
In all that was done to us, the one who has been hurt the most is our Mother. As it was her inheritance that was ruined, it was her legacy to her grandchildren that was destroyed. Her son that disappeared without a sign in the middle of the night. It was her who Bret McDaniel (Ericas brother-in-law) stalked. It was her, who Doug abandoned out in the woods to die of a heart attack alone. We have had someone grit their teeth at us, when they thought we had treated a female county officials with disrespect, but no one has did a thing when previously the same official refused to provide our mother with respect. As if she was somehow less human, and less deserving of rights and respect.
diff --git a/content/posts/2024-10-26-the-cruelty-of-the-stupid.md b/content/posts/2024-10-26-the-cruelty-of-the-stupid.md
new file mode 100644
index 0000000..cb1bd17
--- /dev/null
+++ b/content/posts/2024-10-26-the-cruelty-of-the-stupid.md
@@ -0,0 +1,28 @@
+---
+title: The Cruelty of The Stupid
+description: How stupid people mistake intelligence for 'craziness'.
+date: 2024-10-26T19:13:04.729Z
+type: default
+categories: Post
+tags:
+ - arguments
+ - dialogue
+ - reflection
+draft: true
+thumbnail:
+ url: https://res.cloudinary.com/solardump/image/upload/v1729970951/posts/photo-1596470778652-536211c85639.jpg
+ author: ""
+ authorURL: ""
+ origin: ""
+ originURL: ""
+fmContentType: post
+---
+
+An often exploited and semi socially acceptable means to discredit anyone, is by claiming they are "crazy", "weird",
+"unstable" or "irrational". Whether it was done intentionally or by mistake matters little from that point forward, as no matter what
+the person says, it will always be questioned or viewed as irrational. The person could try his hardest to relate important
+and life saving information at this point, and still no one would pay any attention to him.
+
+Those who believe they are smarter than they really are often, but unintentionally so, exploit this societal weakness.
+As being without the mental ability to comprehend what is being spoken to them, they immediately assume it is irrational
+and thus disregard it's relevance. Individuals of a malevolent nature exploit this weakness as well to manipulate \ No newline at end of file
diff --git a/hugo_stats.json b/hugo_stats.json
index ccc1d71..8c67e74 100644
--- a/hugo_stats.json
+++ b/hugo_stats.json
@@ -70,6 +70,7 @@
"bg-body",
"bg-body-tertiary",
"bg-primary",
+ "bg-secondary",
"blockquote",
"blockquote-alert",
"blockquote-alert-heading",
@@ -156,6 +157,10 @@
"end-0",
"fa",
"fa-10x",
+ "fa-angle-left",
+ "fa-angle-right",
+ "fa-angles-left",
+ "fa-angles-right",
"fa-arrow-left",
"fa-arrow-right",
"fa-book-open",
@@ -288,6 +293,10 @@
"p-4",
"p-5",
"p-auto",
+ "page-item",
+ "page-link",
+ "pagination",
+ "pagination-terse",
"pb-2",
"pb-3",
"pb-4",
@@ -352,6 +361,7 @@
"text-bg-body-tertiary",
"text-bg-info",
"text-bg-primary",
+ "text-bg-secondary",
"text-bg-success",
"text-bg-warning",
"text-body",
@@ -405,11 +415,15 @@
"TableOfContents",
"about-us",
"analysis",
+ "anita-buice",
"arent-you-afraid-of-being-sued",
"basic-logic-how-unclaimed-potential-revenue-affects-you",
+ "begin",
+ "bill-lifsey",
"blacklabeled-in-acquiring-legal-counsel",
"body-file-collapse-1",
"body-file-collapse-2",
+ "brian-alex-abernathy",
"business-transactions",
"changes-to-this-privacy-policy",
"childrens-privacy",
@@ -424,8 +438,12 @@
"diagram-explanation",
"diagram-legend",
"disclosure-of-your-personal-data",
+ "documented-acts-of-harassment",
+ "donnie-simmons",
+ "douglas-randall-matthews",
"email-table-of-contents",
"entity-relationship-diagram",
+ "erica-tyler",
"evidenciary-artifacts",
"evidentiary-artifacts",
"fa-face-frown",
@@ -433,6 +451,7 @@
"fab-linkedin",
"fab-whatsapp",
"fab-x-twitter",
+ "fabricator-of-allegations",
"fas-angle-left",
"fas-angle-right",
"fas-angles-left",
@@ -462,6 +481,7 @@
"fnref:1",
"footer-file-collapse-1",
"footer-file-collapse-2",
+ "glare",
"historical-precedence",
"how-much-money",
"in-regard-to-corruptlamarcom",
@@ -471,7 +491,9 @@
"involving-the-usual-suspects",
"is-the-county-honoring-any-statute-codified-in-law",
"it-was-made-perfectly-clear-they-were-invested-in-covering-it-up",
+ "jeanie-haddock",
"kardun-homes-subdivision",
+ "known-smear-pusher",
"law-enforcement",
"legal",
"legal-sources-and-topics",
@@ -479,35 +501,24 @@
"line-descriptors",
"line-types",
"links-to-other-websites",
- "nav-persons",
- "nav-persons-0",
- "nav-persons-1",
- "nav-persons-10",
- "nav-persons-11",
- "nav-persons-12",
- "nav-persons-13",
- "nav-persons-2",
- "nav-persons-3",
- "nav-persons-4",
- "nav-persons-5",
- "nav-persons-6",
- "nav-persons-7",
- "nav-persons-8",
- "nav-persons-9",
- "nav-persons-btn-0",
- "nav-persons-btn-1",
- "nav-persons-btn-10",
- "nav-persons-btn-11",
- "nav-persons-btn-12",
- "nav-persons-btn-13",
- "nav-persons-btn-2",
- "nav-persons-btn-3",
- "nav-persons-btn-4",
- "nav-persons-btn-5",
- "nav-persons-btn-6",
- "nav-persons-btn-7",
- "nav-persons-btn-8",
- "nav-persons-btn-9",
+ "matthew-dayton",
+ "nav-fpnav",
+ "nav-fpnav-0",
+ "nav-fpnav-1",
+ "nav-fpnav-2",
+ "nav-fpnav-3",
+ "nav-fpnav-4",
+ "nav-fpnav-5",
+ "nav-fpnav-6",
+ "nav-fpnav-7",
+ "nav-fpnav-btn-0",
+ "nav-fpnav-btn-1",
+ "nav-fpnav-btn-2",
+ "nav-fpnav-btn-3",
+ "nav-fpnav-btn-4",
+ "nav-fpnav-btn-5",
+ "nav-fpnav-btn-6",
+ "nav-fpnav-btn-7",
"navbar-0-collapse",
"navbar-mode",
"navbar-mode-checkbox",
@@ -519,11 +530,16 @@
"other-legal-requirements",
"otterai-speech--file-index",
"personal-data",
+ "persons",
"posts",
"privacy-policy",
+ "property-involvement",
+ "protected-by-the-county",
"reasons",
"reasons-why-it-matters-to-you",
"retention-of-your-personal-data",
+ "ryran-traylor",
+ "sean-townson",
"second-weekend-of-stalking",
"security-of-your-personal-data",
"shanes-folly",
@@ -536,6 +552,9 @@
"the-analogy",
"the-corruption-was-a-matter-of-fact",
"the-curious-case-of-chief-matthews-private-road",
+ "the-exact-same-people-doing-the-exact-same-thing",
+ "the-exact-same-people-doing-the-exact-same-thing-have-targeted-our-home",
+ "the-exact-same-people-have-targeted-our-home",
"the-reality",
"this-is-the-countys-policy",
"to-start-with",
@@ -545,6 +564,7 @@
"toc-collapse",
"tracking-technologies-and-cookies",
"transfer-of-your-personal-data",
+ "twice-now-the-exact-same-people-have-targeted-our-home",
"types-of-data-collected",
"update",
"usage-data",
diff --git a/persons.md b/persons.md
new file mode 100644
index 0000000..92c94c7
--- /dev/null
+++ b/persons.md
@@ -0,0 +1,139 @@
+
+
+{{< persona title="Anita Buice" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png" >}}
+
+Mrs. Buice is the newish Zoning Administrator for Lamar County, who we have had numerous difficulties working with over the past several years. She is corrupt, biased, plays favorites, will lie if it suits her, and enforces an obvious double standard. We would not be nearly this blunt, if it was not displayed so painfully obvious in our dealings.
+
+{{< /persona >}}
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Brian Alex Abernathy" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" >}}
+{{< persona title="Brian Alex Abernathy" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" >}}
+
+Previous liquor store owner, son of former Game Warden, and
+
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Bill Lifsey" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" >}}
+Bill Lifsey was the previous attorney for Lamar County. He is also the preferred real estate attorney used by both the Fire Chief Douglass Matthews, and Alex Brian Abernathy.
+
+{{< /persona >}}
+
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Douglas Randal Matthews" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729403122/persons/fireman-sihlo.png" >}}
+
+Doug Randal Matthews is the current Fire Chief for Lamar County, a cousin of Brian Alex Abernathy, son-in-law to commissioner Truman Boyle, and primarily responsible for the majority of troubles experienced by our family since 2020.
+{{< /persona >}}
+
+
+
+--------- / BREAK / ---------
+
+
+ url: "https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png"
+---
+
+## Donnie Simmons
+{{< persona title="Donnie Simmons" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" >}}
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Erica Tyler" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png" >}}
+{{< persona title="Erica Tyler" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png" >}}
+
+Erica Tyler was the wife of the late Shane Tyler, the sister of Jessica McDaniel, and the Daughter of Donnie Simmons. She started where Shane took off, which was to develop the land our family needed for farming into a subdivision, and to continue to apply pressure on our family to move out.
+
+
+
+--------- / BREAK / ---------
+
+
+
+The first time this occurred, an effort was made to not expose these individuals in public, those exposed were public officials at the time or their association to the affair was a matter of public information and/or were included by free publication. We avoided mentioning names and abstained from attacking someone personally, because not only is it in poor taste, but it takes the focus off of the position of one's argument, and redirects it to the individual.
+
+The second time this occurred, not only was it fairly evident the intent was to target and inflict harm on our home and family in order to make us "pay" for some ill-conceived vendetta, but from the beginning the attack has remained too organized and well coordinated for it not to have been contrived with premeditated machination. The obvious smear campaign performed by these individuals, their willingness to disregard federal law as they see fit, and the expressed lack of concern for upholding the dignity of their offices do sincerely pose a risk to the safety and welfare of the community, because there is absolutely nothing preventing them from doing it again to someone else whenever they feel like it.
+
+
+--------- / BREAK / ---------
+
+
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Jeanie Haddock" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png" >}}
+Jeanie Haddock is the tax assessor for Lamar County, the previous supervisor of Anita Buice, and a personal friend of Alex Brian Abernathy. Jeanie knowingly tampered with online county records in order to conceal information regarding changes to current property ownership, and planned future developments for political favors. She also used her relationship as former supervisor to the current Zoning Administrator in order to influence county zoning and ordinance decisions in favor of her friends.
+
+{{< /persona >}}
+
+
+
+--------- / BREAK / ---------
+
+
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Matthew Dayton" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" >}}
+Youngest son of William Earn Dayton, divorced, claim to fame is being the youngest son of William Earl Dayton. Used to own a pool supply store.
+
+{{< /persona >}}
+
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Ryron Traylor" color="secondary" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" >}}
+
+{{< /persona >}}
+
+We have known Ryran for years, and thought highly of him. He is polite in person, but we have felt betrayed occasionally. We have tried to be friendly, gone out of our way to make excuses, but in the end feel we were just bitten in the ass for it.
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Scott Mayfield" color="secondary" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" >}}
+
+{{< /persona >}}
+
+Scott Mayfield is an attorney with Smith, Welch, and Webb Law associates here in Barnesville, Ga. He became acting attorney for the county prior to the beginning of our family's difficulties. Of all the real estate attorney's used by the group of property developers who target our family, one per contract, they used everyone but him. This has allowed him to avoid any conflict of interest representing both the county and the developers. He is the attorney that advised the county to ignore our complaints regarding the illegal and documented construction practices occurring on the property beside us. It is safe to assume he has also advised the county to ignore the numerous complaints we have made about the Fire Chief violating the law and neglecting his duties of office, and the zoning administrator's misrepresentation of state law.
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Sean Townson" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" >}}
+Sean Townson is the County Administrator for Lamar County, and as such, he is responsible for processing complaints against county employees and to present those complaints to the board of commissioners. He has openly defiant about performing his official duties, and has refused to process numerous complaints without explanation.
+
+{{< /persona >}}
+
+
+
+--------- / BREAK / ---------
+
+
+{{< persona title="Truman Boyle" thumbnail="https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png">}}
+Truman Boyle is the current newly elected commissioner for the county who defeated Nancy Thrash in the primary election. He is also a retired Georgia State Patrolman, and the former father-in-law to the county's fire chief, Douglas Matthews. His recent appearance on the political stage, coincidentally timed with the aftermath of his former son-in-law's collaboration and organization to ruin what we once recognized as home, could mark a shifting of the tides from the current corrupt manner in which our local government is operating.
+
+{{< /persona >}}
+
+
+
+--------- / BREAK / ---------