summaryrefslogtreecommitdiffstats
path: root/config/_default
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/hugo.toml24
-rw-r--r--config/_default/params.toml6
2 files changed, 27 insertions, 3 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 742cd54..7d5d1b1 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -50,6 +50,29 @@ home = ["HTML", "RSS", "REDIR"]
disabled = false
privacyEnhanced = true
+# sections = [ "reasons", "fpnav", "docs", "evidence", "legal", "communication", "posts", "news" ]
+[permalinks]
+ [permalinks.page]
+ news = "/news/:slug/"
+ posts = "/posts/:slug/"
+ evidence = "/evidence/:slug/"
+ legal = "/legal/:slug/"
+ communication = "/communication/:slug/"
+ docs = "/docs/:slug/"
+ reasons = "/reasons/:slug/"
+ fpnav = "/fpnav/:slug/"
+ persons = "/persons/:slug/"
+ [permalinks.section]
+ news = "/news/"
+ posts = "/posts/"
+ evidence = "/evidence/"
+ legal = "/legal/"
+ communication = "/communication/"
+ docs = "/docs/"
+ reasons = "/reasons/"
+ fpnav = "/fpnav/"
+ persons = "/persons/"
+
[services]
[services.instagram]
disableInlineCSS = true
@@ -121,4 +144,3 @@ home = ["HTML", "RSS", "REDIR"]
path = "github.com/anoduck/mod-popup"
[[module.imports]]
path = "github.com/anoduck/mod-juxtapose"
-
diff --git a/config/_default/params.toml b/config/_default/params.toml
index d1da6ba..6f2735e 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -199,7 +199,7 @@
title = "Legal"
reference = "More On Legal"
layout = "card"
- sort = "title"
+ sort = "date"
reverse = false
nested = true
cols = 3
@@ -319,8 +319,10 @@
[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 ever changing. We are constantly revising, adding, and clarifying. Click the close button to dismiss."
+ content = "Our site is constantly changing. Click the close button to dismiss."
+