diff options
Diffstat (limited to 'config')
| -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 |
