summaryrefslogtreecommitdiffstats
path: root/config/_default
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/hugo.toml1
-rw-r--r--config/_default/menus/menus.en.toml38
-rw-r--r--config/_default/params.toml17
3 files changed, 53 insertions, 3 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 8de5f12..5932a8a 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -96,6 +96,7 @@ home = ["HTML", "RSS", "REDIR"]
source = "assets"
target = "assets"
[[module.mounts]]
+ excludeFiles = "evidence/emails/*"
source = "content"
target = "content"
[[module.mounts]]
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index d5fe59d..eb66937 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -24,10 +24,48 @@
weight = 50
[[main]]
+ name = "About"
+ weight = 55
+
+[[main]]
+ name = "About Us"
+ pageRef = "/about"
+ parent = "About"
+ weight = 10
+
+[[main]]
+ name = "Privacy"
+ pageRef = "/privacy"
+ parent = "About"
+ weight = 20
+
+[[main]]
+ name = "Terms"
+ pageRef = "/terms"
+ parent = "About"
+ weight = 30
+
+[[main]]
name = "Tags"
pageRef = "/tags"
+ weight = 70
+
+[[main]]
+ name = "Sites"
weight = 60
+[[main]]
+ name = "SolarDump"
+ pageRef = "https://solardump.org"
+ parent = "Sites"
+ weight = 10
+
+[[main]]
+ name = "They Took Our Home"
+ pageRef = "https://theytookourhome.com"
+ parent = "Sites"
+ weight = 20
+
[[social]]
name = "Twitter"
pre = "fab fa-x-twitter"
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 9aa80ea..85cc438 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -26,14 +26,19 @@
checkVersion = false
[home]
- sections = [ "evidence", "legal", "posts", "persons" ]
- fullCover = false
+ sections = [ "evidence", "posts" ]
+ fullCover = true
centerHeadline = false
style = ""
+ [home.feature]
+ orientation = "horizontal"
+ color = "primary"
+ width = 4
+ align = "start"
[navigation]
anchor = true
- logo = "img/logo-sm.svg"
+ logo = "logo.svg"
color = "body"
fixed = true
offset = "5.5rem"
@@ -44,6 +49,12 @@
sidebar = true
size = "md"
+[images]
+ [images.cloudinary]
+ host = "cloudinary"
+ account = "anoduck"
+ container = "Home"
+
[messages]
placement = "bottom-right"