summaryrefslogtreecommitdiffstats
path: root/config/_default
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-05-08 19:50:42 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-05-08 19:50:42 -0400
commit733a643900bccc44f93533487481c4a283966b9d (patch)
treea74288a1dca09384fce67ea64a5e133c6ba40fbb /config/_default
parent9ccf0a022571cfd6cbf42233cc7bb6dfff150090 (diff)
fix: Google Search
Improving Search ala google. Noticed pages attempting to show up on homepage.
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/hugo.toml9
-rw-r--r--config/_default/languages.toml2
-rw-r--r--config/_default/params.toml21
3 files changed, 8 insertions, 24 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 660ebde..94b6295 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -82,7 +82,7 @@ home = ["HTML", "RSS", "REDIR"]
[module.hugoVersion]
extended = true
min = "0.134.0"
- max = ""
+ max = "0.142.0"
[[module.mounts]]
source = "archetypes"
target = "archetypes"
@@ -102,11 +102,6 @@ home = ["HTML", "RSS", "REDIR"]
excludeFiles = "emails/*"
source = "static"
target = "static"
- # [[module.mounts]]
- # source = "netlify.toml"
- # target = "assets/config/netlify.toml"
- # [[module.imports]]
- # path = "github.com/gethinode/mod-cookieyes"
[[module.imports]]
path = "github.com/gethinode/hinode"
[[module.imports]]
@@ -121,7 +116,5 @@ home = ["HTML", "RSS", "REDIR"]
# path = "github.com/anoduck/mod-alwaysdark"
[[module.imports]]
path = "github.com/anoduck/mod-countup"
- # [[module.imports]]
- # path = "github.com/anoduck/mod-popup"
[[module.imports]]
path = "github.com/anoduck/mod-juxtapose"
diff --git a/config/_default/languages.toml b/config/_default/languages.toml
index b38f4da..8e0563d 100644
--- a/config/_default/languages.toml
+++ b/config/_default/languages.toml
@@ -3,7 +3,7 @@
contentDir = "content"
weight = 1
[en.params.head]
- tagline = "How a group of individuals persecuted our family and violated the law in order to run us out of the county, and the county out of millions."
+ tagline = "How a group of individuals persecuted our family, violated the law, practically destroyed our home, and cheated the county out of millions. In Barnesville, Lamar County, Georgia, 30204."
[en.params.social]
title = "Follow us on X"
caption = "Show your support."
diff --git a/config/_default/params.toml b/config/_default/params.toml
index b403708..a6955bc 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -1,6 +1,6 @@
[main]
separator = "-"
- description = "How a group of individuals persecuted our family and violated the law in order to run us out of the county, and the county out of millions."
+ description = "How a group of individuals persecuted our family, violated the law, practically destroyed our home, and cheated the county out of millions. In Barnesville, Lamar County, Georgia, 30204."
enableDarkMode = "auto"
enableLanguageSelectionStorage = false
modes = ["light", "dark"]
@@ -25,8 +25,8 @@
[docs]
contentPath = "/docs/"
- github = "https://github.com/anoduck/CL-Docs"
- release = "https://github.com/anoduck/CL-Docs/releases/tag/"
+ github = "https://github.com/anoduck/hinode-template"
+ release = "https://github.com/anoduck/hinode-template/releases/tag/"
checkVersion = false
[home]
@@ -286,7 +286,7 @@
darkModeTint = "40%"
themeFont = "Crimson Pro, Grenze Gotisch, Texturina"
themeFontPath = "/fonts" # relative path
- #themeFontPreload = "/fonts/crimson-pro-v24-latin-regular.woff2"
+ # themeFontPreload = "/fonts/crimson-pro-v24-latin-regular.woff2"
fontSizeBase = "1rem"
purge = false
@@ -318,7 +318,7 @@
contact = "https://contact.corruptlamar.com"
[footer]
- license = "All rights reserved. Corrupt Lamar 2024"
+ license = "All rights reserved, &#169; Corrupt Lamar 2024, Barnesville, Lamar County, Georgia, 30204."
[modules.fontawesome]
skipMissing = true
@@ -327,13 +327,4 @@
debug = false
[modules.timelinejs]
- debug = false
-
-[modules.popup]
- debug = false
- disable = false
- title = "Corrupt Lamar is constantly evolving."
- btnlabel = "Close"
- image = "https://res.cloudinary.com/solardump/image/upload/v1738747178/under_construction_PNG46_rajllh.png"
- alt = "Site Under Construction"
- content = "Our site is constantly changing. Click the close button to dismiss."
+ debug = false \ No newline at end of file