diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-13 02:12:08 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-13 02:13:58 -0400 |
| commit | a35b89a5ca8bc36a7f5e3590bd35f89147d243de (patch) | |
| tree | 908960e550024081c88a35135e0920f268b53fe8 /config/_default | |
| parent | 733a643900bccc44f93533487481c4a283966b9d (diff) | |
feat: adding content
New content additions regarding brown field.
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/hugo.toml | 2 | ||||
| -rw-r--r-- | config/_default/params.toml | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 94b6295..ac1543f 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 = "0.142.0" + max = "2.0.0" [[module.mounts]] source = "archetypes" target = "archetypes" diff --git a/config/_default/params.toml b/config/_default/params.toml index a6955bc..02d85fa 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,7 +1,7 @@ [main] separator = "-" 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" + enableDarkMode = true enableLanguageSelectionStorage = false modes = ["light", "dark"] canonifyAssetsURLs = true @@ -20,7 +20,7 @@ [debugging] showJS = false - showSCSS = true + showSCSS = false purgeHTMLComments = false [docs] @@ -315,10 +315,9 @@ [links] solardump = "https://solardump.org" theytookourhome = "https://theytookourhome.com" - contact = "https://contact.corruptlamar.com" [footer] - license = "All rights reserved, © Corrupt Lamar 2024, Barnesville, Lamar County, Georgia, 30204." + license = "All rights reserved, © Corrupt Lamar 2024, Barnesville, Lamar County, Georgia, 30204." [modules.fontawesome] skipMissing = true |
