From 9ccf0a022571cfd6cbf42233cc7bb6dfff150090 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Thu, 8 May 2025 01:39:31 -0400 Subject: fix(Google-Search): aliases and slugs Modified aliases and slugs for google search BREAKING CHANGE: Diverged from Master due to Hugo templating language revision. Master is now unstable, will create stable branch to replace master. --- .../taxonomy/contenttypes/communication.json | 6 + .../config/taxonomy/contenttypes/docs.json | 6 + .../config/taxonomy/contenttypes/evidence.json | 6 + .../config/taxonomy/contenttypes/index.json | 6 - .../config/taxonomy/contenttypes/legal.json | 6 + .../config/taxonomy/contenttypes/news.json | 6 + .../config/taxonomy/contenttypes/page.json | 6 + .../config/taxonomy/contenttypes/person.json | 37 +- .../config/taxonomy/contenttypes/post.json | 6 + .../config/taxonomy/contenttypes/reason.json | 6 + .../config/taxonomy/contenttypes/video.json | 6 + .gitignore | 1 + .vscode/settings.json | 6 +- content/docs/development2.md | 19 +- content/docs/fmc.md | 7 +- content/news/simmons-tyler-relocation.md | 2 + content/news/still_cutoff.md | 2 + content/persons/blifsey.md | 2 + content/persons/dmatthews.md | 46 +- content/persons/dsimmons.md | 4 +- content/persons/etyler.md | 4 +- content/persons/jhaddock.md | 2 + content/persons/stownson.md | 3 + content/persons/tboyle.md | 2 + corruptlamar.sublime-project | 5 +- corruptlamar.sublime-workspace | 586 +-------------------- frontmatter.json | 12 + hugo_stats.json | 52 +- 28 files changed, 196 insertions(+), 656 deletions(-) diff --git a/.frontmatter/config/taxonomy/contenttypes/communication.json b/.frontmatter/config/taxonomy/contenttypes/communication.json index 4fd92c7..29303b1 100644 --- a/.frontmatter/config/taxonomy/contenttypes/communication.json +++ b/.frontmatter/config/taxonomy/contenttypes/communication.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json index 1e1a6f3..2fc1a82 100644 --- a/.frontmatter/config/taxonomy/contenttypes/docs.json +++ b/.frontmatter/config/taxonomy/contenttypes/docs.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/evidence.json b/.frontmatter/config/taxonomy/contenttypes/evidence.json index 56ba9fb..9d792d1 100644 --- a/.frontmatter/config/taxonomy/contenttypes/evidence.json +++ b/.frontmatter/config/taxonomy/contenttypes/evidence.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/index.json b/.frontmatter/config/taxonomy/contenttypes/index.json index 7ec54cc..659d047 100644 --- a/.frontmatter/config/taxonomy/contenttypes/index.json +++ b/.frontmatter/config/taxonomy/contenttypes/index.json @@ -18,12 +18,6 @@ "single": true, "default": "minimal" }, - { - "title": "Description", - "name": "description", - "type": "string", - "single": false - }, { "title": "Alias", "name": "aliases", diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json index bd571ea..760ba0b 100644 --- a/.frontmatter/config/taxonomy/contenttypes/legal.json +++ b/.frontmatter/config/taxonomy/contenttypes/legal.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/news.json b/.frontmatter/config/taxonomy/contenttypes/news.json index afe5e79..2d844d0 100644 --- a/.frontmatter/config/taxonomy/contenttypes/news.json +++ b/.frontmatter/config/taxonomy/contenttypes/news.json @@ -9,6 +9,12 @@ "name": "title", "type": "string" }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json index 5c9e2c2..5b65ef1 100644 --- a/.frontmatter/config/taxonomy/contenttypes/page.json +++ b/.frontmatter/config/taxonomy/contenttypes/page.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Date", "name": "date", diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json index b29c64f..0cad736 100644 --- a/.frontmatter/config/taxonomy/contenttypes/person.json +++ b/.frontmatter/config/taxonomy/contenttypes/person.json @@ -10,6 +10,12 @@ "name": "title", "type": "string" }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Date", "name": "date", @@ -61,34 +67,9 @@ { "title": "thumbnail", "name": "thumbnail", - "type": "fields", - "fields": [ - { - "title": "url", - "name": "url", - "type": "string" - }, - { - "title": "author", - "name": "author", - "type": "string" - }, - { - "title": "authorURL", - "name": "authorURL", - "type": "string" - }, - { - "title": "origin", - "name": "origin", - "type": "string" - }, - { - "title": "originURL", - "name": "originURL", - "type": "string" - } - ] + "type": "string", + "single": true, + "default": "https://res.cloudinary.com/solardump/image/upload/v1729403122/persons/fireman-sihlo.png" }, { "title": "modules", diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json index 6fee759..d26cb9a 100644 --- a/.frontmatter/config/taxonomy/contenttypes/post.json +++ b/.frontmatter/config/taxonomy/contenttypes/post.json @@ -9,6 +9,12 @@ "name": "title", "type": "string" }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json index d97ba1b..064a9e8 100644 --- a/.frontmatter/config/taxonomy/contenttypes/reason.json +++ b/.frontmatter/config/taxonomy/contenttypes/reason.json @@ -18,6 +18,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Date", "name": "date", diff --git a/.frontmatter/config/taxonomy/contenttypes/video.json b/.frontmatter/config/taxonomy/contenttypes/video.json index f015974..37ce684 100644 --- a/.frontmatter/config/taxonomy/contenttypes/video.json +++ b/.frontmatter/config/taxonomy/contenttypes/video.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Description", "name": "description", diff --git a/.gitignore b/.gitignore index a259f30..55e2423 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Attic/ .hugo_build.lock temp docs-server +test diff --git a/.vscode/settings.json b/.vscode/settings.json index 5b0e53f..bf72f12 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,9 @@ "knightlabs", "timelinejs" ], - "svg.preview.background": "dark-transparent" + "svg.preview.background": "dark-transparent", + "[markdown]": { + }, + "frontMatter.framework.startCommand": "npm run start", + "frontMatter.content.autoUpdateDate": true } \ No newline at end of file diff --git a/content/docs/development2.md b/content/docs/development2.md index 05a4e2c..c5d1d1e 100644 --- a/content/docs/development2.md +++ b/content/docs/development2.md @@ -1,21 +1,26 @@ --- title: "Development Site #2" +url: /docs/development2 description: General information about Development site 2/2 date: 2025-03-29T23:39:19.252Z metadata: full categories: Docs tags: - - development - - land - - Property - - site - - Site 2 + - development + - land + - Property + - site + - Site 2 thumbnail: https://res.cloudinary.com/solardump/image/upload/v1743291981/docs/developmenttwo.png type: docs draft: false -aliases: [] -modules: ["leaflet"] +aliases: + - /docs/development-site-%232 + - /docs/development-site-#2 +modules: + - leaflet fmContentType: docs +lastmod: 2025-05-07T06:22:27.340Z --- {{< map lat=33.01464 long=-84.17997 popup="Development Site 2" popup-lat=33.014853 popup-long=-84.179542 zoom=16 >}} diff --git a/content/docs/fmc.md b/content/docs/fmc.md index e7d383e..abb9987 100644 --- a/content/docs/fmc.md +++ b/content/docs/fmc.md @@ -15,6 +15,7 @@ draft: true aliases: [] modules: "" fmContentType: docs +url: /docs/fmc/ --- This page was inspired by FAQ pages found on some websites. As you might know, "FAQ" stands for Frequently Asked @@ -27,13 +28,13 @@ the most common and easy to expect claims made in an attempt to disprove what we {{< accordion id=claims1 >}} -{{< accordion-item header=You have no proof this is true. show=true >}} +{{< accordion-item header="You have no proof this is true." show=true >}} There is more proof that it is true, than it is untrue. {{< /accordion-item >}} -{{< accordion-item header=There is no proof. >}} +{{< accordion-item header="There is no proof." >}} There is everything but a signed confessional. What else do you want? {{< /accordion-item >}} -{{< accordion-item header=The county denies everything you say. >}} +{{< accordion-item header="The county denies everything you say." >}} Do you really believe the county would actually admit to any of this? {{< /accordion-item >}} {{< /accordion >}} diff --git a/content/news/simmons-tyler-relocation.md b/content/news/simmons-tyler-relocation.md index 2703d5f..8630867 100644 --- a/content/news/simmons-tyler-relocation.md +++ b/content/news/simmons-tyler-relocation.md @@ -7,6 +7,7 @@ categories: Post tags: - county officials - Lamar County + - Lamar_County - letters - Erica Tyler - tylers @@ -21,6 +22,7 @@ fmContentType: post aliases: - simmons - /posts/simmons-tyler-relocation +lastmod: 2025-05-07T06:17:41.520Z --- Almost one year to the date of beginning the subdivision. Erica Tyler has placed her home on the market for sale. We suspected this would occur from the beginning since Erica and her family have not resided in any one location for a significant amount of time. This reinforces what we have been saying all along. Which is, our family and home are the intended target of a premeditated plan to benefit from ruining our home. diff --git a/content/news/still_cutoff.md b/content/news/still_cutoff.md index 2e4fdf1..34301fc 100644 --- a/content/news/still_cutoff.md +++ b/content/news/still_cutoff.md @@ -7,6 +7,7 @@ categories: Post tags: - county officials - Lamar County + - Lamar_County - letters - Erica Tyler - tylers @@ -21,6 +22,7 @@ fmContentType: post aliases: - simmons - /posts/simmons-tyler-relocation +lastmod: 2025-05-07T06:18:45.411Z --- Almost one year to the date of beginning the subdivision. Erica Tyler has placed her home on the market for sale. We suspected this would occur from the beginning since Erica and her family have not resided in any one location for a significant amount of time. This reinforces what we have been saying all along. Which is, our family and home are the intended target of a premeditated plan to benefit from ruining our home. diff --git a/content/persons/blifsey.md b/content/persons/blifsey.md index 7e3bc76..55ea0c1 100644 --- a/content/persons/blifsey.md +++ b/content/persons/blifsey.md @@ -6,6 +6,7 @@ tags: - attorney - County - Lamar + - Lamar_County - Lamar County - Georgia type: docs @@ -18,6 +19,7 @@ thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729406674/persons aliases: - bill-lifsey - blinsey +lastmod: 2025-05-07T06:18:09.761Z --- ## Bill Lifsey diff --git a/content/persons/dmatthews.md b/content/persons/dmatthews.md index d17d6ae..444298d 100644 --- a/content/persons/dmatthews.md +++ b/content/persons/dmatthews.md @@ -1,31 +1,37 @@ --- -title: Doug Matthews -type: docs -date: 2024-09-14T20:28:33-04:00 -tags: - - chief - - doug - - matthews - - fire chief - - douglas - - lamar - - lamar county -categories: - - Persons +title: Doug Mathews description: Current fire chief for lamar county, who is primarily responsible for the majority of difficulties forced on our family. -weight: 10 +date: 2024-09-16T04:00:00.000Z draft: false -thumbnail: - url: https://res.cloudinary.com/solardump/image/upload/v1729403122/persons/fireman-sihlo.png +tags: + - chief + - doug + - matthews + - fire chief + - douglas + - lamar + - lamar county + - Lamar County +type: docs +weight: 10 +url: /persons/dmatthews aliases: - - /persons/Chief-matthews + - /persons/Chief-matthews +categories: Person +thumbnail: https://res.cloudinary.com/solardump/image/upload/v1729403122/persons/fireman-sihlo.png +modules: "" +fmContentType: person +lastmod: 2025-05-07T05:54:08.938Z --- -## Douglas Randall Matthews - {{< 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. +Doug Randall Matthews is the current Fire Chief for Lamar County, a cousin of Brian Alex Abernathy, and son-in-law to +commissioner Truman Boyle. Regardless of not possessing any legitimate reason, Doug has played a primary role in what we +view as the destruction of our home, and the persecution of our family. + +Undoubtedly, his cousin Abernathy influenced him. + {{< /persona >}} ### Begin diff --git a/content/persons/dsimmons.md b/content/persons/dsimmons.md index e644e8f..8babe58 100644 --- a/content/persons/dsimmons.md +++ b/content/persons/dsimmons.md @@ -14,6 +14,7 @@ tags: - Denny Dunn - Kardun Homes - Lamar County + - Lamar_County - County - Lamar type: docs @@ -22,7 +23,8 @@ categories: weight: 40 draft: false thumbnail: - url: "https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png" + url: https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png +lastmod: 2025-05-07T06:16:20.740Z --- ## Donnie Simmons diff --git a/content/persons/etyler.md b/content/persons/etyler.md index 64c57f9..4eb9de2 100644 --- a/content/persons/etyler.md +++ b/content/persons/etyler.md @@ -9,6 +9,7 @@ tags: - Erica Simmons - Simmons - Lamar County + - Lamar_County - County - Lamar type: docs @@ -17,7 +18,8 @@ categories: weight: 35 draft: false thumbnail: - url: "https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png" + url: https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png +lastmod: 2025-05-07T06:16:58.459Z --- ## Erica Tyler diff --git a/content/persons/jhaddock.md b/content/persons/jhaddock.md index 0468ea7..01d8d9e 100644 --- a/content/persons/jhaddock.md +++ b/content/persons/jhaddock.md @@ -7,6 +7,7 @@ tags: - jeanie - jeanie haddock - Lamar County + - Lamar_County - Lamar - County type: docs @@ -18,6 +19,7 @@ thumbnail: url: https://res.cloudinary.com/solardump/image/upload/v1729403121/persons/woman.png aliases: - jeanie-haddock +lastmod: 2025-05-07T06:19:58.249Z --- ## Jeanie Haddock diff --git a/content/persons/stownson.md b/content/persons/stownson.md index ef5aa7d..a6ffe08 100644 --- a/content/persons/stownson.md +++ b/content/persons/stownson.md @@ -4,6 +4,7 @@ date: 2024-09-24T00:00:35-04:00 description: Current county administrator, whose duties involve presenting complaints about employees to the commissioners. tags: - Lamar County + - Lamar_County - lamar - county - county administrator @@ -19,6 +20,8 @@ thumbnail: aliases: - /persons/stownson fmContentType: person +lastmod: 2025-05-07T06:23:51.425Z +url: stownson --- ## Sean Townson diff --git a/content/persons/tboyle.md b/content/persons/tboyle.md index 72951fa..5c9ef99 100644 --- a/content/persons/tboyle.md +++ b/content/persons/tboyle.md @@ -5,6 +5,7 @@ description: Former father-in-law of the Fire Chief, commissioner, retired state tags: - county commissioner - Lamar County + - Lamar_County type: docs draft: false categories: @@ -12,6 +13,7 @@ categories: weight: 65 thumbnail: url: https://res.cloudinary.com/solardump/image/upload/v1729406674/persons/user.png +lastmod: 2025-05-07T06:18:25.878Z --- ## Truman Boyle diff --git a/corruptlamar.sublime-project b/corruptlamar.sublime-project index 24db303..b206b0a 100644 --- a/corruptlamar.sublime-project +++ b/corruptlamar.sublime-project @@ -1,8 +1,5 @@ { "folders": [ - { - "path": "." - } - ] + ], } diff --git a/corruptlamar.sublime-workspace b/corruptlamar.sublime-workspace index 753d0b5..2eaa84a 100644 --- a/corruptlamar.sublime-workspace +++ b/corruptlamar.sublime-workspace @@ -419,42 +419,6 @@ }, "buffers": [ - { - "file": "config/_default/hugo.toml", - "settings": - { - "buffer_size": 2898, - "encoding": "UTF-8", - "line_ending": "Unix" - }, - "undo_stack": - [ - [ - 14, - 1, - "toggle_comment", - { - "block": false - }, - "AgAAAOMKAAAAAAAA5QoAAAAAAAAAAAAAzgoAAAAAAADQCgAAAAAAAAAAAAA", - "AQAAAAAAAAABAAAACgsAAAAAAADMCgAAAAAAAAAAAAAAAPC/" - ] - ] - }, - { - "contents": "{{- /* Set version-aware sidebar menu */ -}}\n{{- $version := partial \"utilities/GetVersion.html\" (dict \"page\" . \"base\" true) -}}\n{{- $.Scratch.Set \"version\" $version -}}\n{{ with partial \"utilities/GetMenu\" (dict \"page\" . \"version\" $version) }}{{ $.Scratch.Set \"sidebar\" . }}{{ end }}\n\n{{- /* Validate if current version is latest */ -}}\n{{- if and site.Params.docs.checkVersion $version -}}\n {{- if ne $version \"latest\" -}}\n {{- if partial \"utilities/IsOlder\" (dict \"current\" $version) -}}\n {{- $.Scratch.Set \"pageAlertMsg\" (T \"newerVersionAlert\" site.Title) -}}\n {{- $.Scratch.Set \"pageAlertURL\" (or site.Params.docs.latestURL site.baseURL) -}}\n {{- end -}}\n {{- end -}}\n{{- end -}}\n\n{{- /* Initialize module configuration */ -}}\n{{- $modules := partialCached \"utilities/InitModules.html\" . -}}\n{{- $.Scratch.Set \"modules\" $modules -}}\n\n{{- $fullCover := or (or (and .IsHome .Site.Params.home.fullCover) .Page.Params.fullCover) .Site.Params.main.footerBelowFold }}\n{{- $.Scratch.Set \"fullCover\" $fullCover -}}\n\n{{- /* Define section headings */ -}}\n{{- $loading := \"\" -}}\n{{- if $fullCover }}{{ $loading = .Site.Params.main.loading }}{{ end -}}\n{{ $sections := partial \"utilities/GetSections.html\" (dict \"page\" . \"loading\" $loading) }}\n{{- $.Scratch.Set \"sections\" $sections -}}\n\n{{- /* Define main breakpoint */ -}}\n{{- $.Scratch.Set \"breakpoint\" (partialCached \"utilities/GetBreakpoint.html\" .) }}\n\n{{- /* Define base URL */ -}}\n{{ $lang := site.LanguageCode | default site.Language.Lang }}\n{{ $.Scratch.Set \"baseURL\" (strings.TrimSuffix (printf \"%s/\" $lang) site.Home.RelPermalink) }}\n\n\n\n
\n {{- partial \"footer/scripts.html\" (dict \"page\" . \"type\" \"critical\") -}}\n {{- partial \"footer/scripts.html\" (dict \"page\" . \"type\" \"functional\") -}}\n {{ block \"head\" . }}{{ end -}}\n \n\n \n