summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-01-22 11:30:30 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-01-22 11:49:26 -0500
commitfef727c822458bc6d3e8af96187a445addbcdb6c (patch)
tree5a3174e8854d7b0887e0119d1e10c69978bacc41 /config
parentfb3efc45318558d4a0555cf6a2e0cc72252e13f8 (diff)
feat: 🎸 Lotta Shit
Lotta content additions and updates.
Diffstat (limited to 'config')
-rw-r--r--config/_default/hugo.toml17
-rw-r--r--config/_default/menus/menus.en.toml61
-rw-r--r--config/_default/params.toml6
3 files changed, 15 insertions, 69 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index defbc57..215e255 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -4,7 +4,7 @@ enableGitInfo = false
# additional settings
baseURL = "https://corruptlamar.com/"
-canonifyURLs = false
+canonifyURLs = true
enableEmoji = true
enableRobotsTXT = true
enableInlineShortcodes = true
@@ -20,15 +20,6 @@ languageCode = "en-us"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
-[outputFormats.REDIR]
-mediaType = "text/netlify"
-baseName = "_redirects"
-isPlainText = true
-notAlternative = true
-
-[mediaTypes."text/netlify"]
-delimiter = ""
-
[outputs]
home = ["HTML", "RSS", "REDIR"]
@@ -85,7 +76,6 @@ home = ["HTML", "RSS", "REDIR"]
keepWhitespace = true
[module]
- replacements = "github.com/anoduck/mod-timelinejs -> ../../mod-timelinejs"
[module.hugoVersion]
extended = true
min = "0.134.0"
@@ -117,6 +107,7 @@ home = ["HTML", "RSS", "REDIR"]
[[module.imports]]
path = "github.com/gethinode/mod-mermaid"
[[module.imports]]
- path = "github.com/gethinode/mod-leaflet"
- [[module.imports]]
path = "github.com/anoduck/mod-timelinejs"
+ [[module.imports]]
+ path = "github.com/anoduck/mod-alwaysdark"
+
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 88edc5e..f95036a 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -3,55 +3,45 @@
# Main Menu
[[main]]
- name = "Home"
- pageRef = "/"
- weight = 10
-
-[[main]]
name = "Tips"
pageRef = "/tips/"
- weight = 15
-
-[[main]]
- name = "Docs"
- url = "/docs/"
- weight = 20
+ weight = 10
[[main]]
name = "Evidence"
pageRef = "/evidence/"
- weight = 30
+ weight = 20
[[main]]
name = "People"
pageRef = "/persons/"
- weight = 40
+ weight = 30
# Main Cont'd
[[main]]
name = "Legal"
pageRef = "/legal/"
- weight = 50
+ weight = 40
[[main]]
name = "Communications"
pageRef = "/communication"
- weight = 60
+ weight = 50
[[main]]
name = "Posts"
pageRef = "/posts/"
- weight = 70
+ weight = 60
[[main]]
name = "Tags"
pageRef = "/tags/"
- weight = 80
+ weight = 70
# About Submenu
[[main]]
name = "About"
- weight = 90
+ weight = 80
[[main]]
name = "About Us"
@@ -191,38 +181,3 @@
url = "https://twitter.com/solar_dump"
parent = "Our Network"
weight = 40
-
-# # External Links
-# [[footer]]
-# name = "Other Sites"
-# weight = 40
-
-# [[footer]]
-# name = "Lamar County Code"
-# url = "https://library.municode.com/ga/lamar_county/codes/code_of_ordinances"
-# parent = "Other Sites"
-# weight = 10
-
-# [[footer]]
-# name = "Lamar County Commissioners"
-# url = "https://lamarcountyga.com"
-# parent = "Other Sites"
-# weight = 20
-
-# [[footer]]
-# name = "Lamar Co Online Tax Records"
-# url = "https://qpublic.net/ga/lamar/"
-# parent = "Other Sites"
-# weight = 30
-
-# [[footer]]
-# name = "2023 Georgia Code"
-# url = "https://law.justia.com/codes/georgia/2023/"
-# parent = "Other Sites"
-# weight = "40"
-
-# [[footer]]
-# name = "2022 Federal Code"
-# url = "https://law.justia.com/codes/us/2022/"
-# parent = "Other Sites"
-# weight = 50 \ No newline at end of file
diff --git a/config/_default/params.toml b/config/_default/params.toml
index b1bf5d0..a6a2d5c 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -4,7 +4,7 @@
enableDarkMode = true
enableLanguageSelectionStorage = false
modes = ["light", "dark"]
- canonifyAssetsURLs = false
+ canonifyAssetsURLs = true
endorse = false
footerBelowFold = false
loading = "eager"
@@ -49,7 +49,7 @@
fixed = true
offset = "5.5rem"
search = true
- searchModal = false
+ searchModal = true
breadcrumb = true
toc = true
sidebar = true
@@ -275,4 +275,4 @@
skipMissing = true
[footer]
- license = "All rights reserved. Corrupt Lamar 2024" \ No newline at end of file
+ license = "All rights reserved. Corrupt Lamar 2024"