summaryrefslogtreecommitdiffstats
path: root/config/_default
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-12-18 19:00:01 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-01-22 11:43:07 -0500
commitfb3efc45318558d4a0555cf6a2e0cc72252e13f8 (patch)
tree8628fb7257c14107836f595272581ef8b1b6618e /config/_default
parent47e462d580c9fbfff5e1eeae5fee01790a49120f (diff)
removed submodule content/docs
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/hugo.toml2
-rw-r--r--config/_default/menus/menus.en.toml20
-rw-r--r--config/_default/params.toml5
3 files changed, 16 insertions, 11 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 5eb4122..defbc57 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -85,7 +85,7 @@ home = ["HTML", "RSS", "REDIR"]
keepWhitespace = true
[module]
- # replacements = "github.com/anoduck/mod-timelinejs -> ../../mod-timelinejs"
+ replacements = "github.com/anoduck/mod-timelinejs -> ../../mod-timelinejs"
[module.hugoVersion]
extended = true
min = "0.134.0"
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 22971e5..88edc5e 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -12,42 +12,46 @@
pageRef = "/tips/"
weight = 15
-# Evidence Submenu
+[[main]]
+ name = "Docs"
+ url = "/docs/"
+ weight = 20
+
[[main]]
name = "Evidence"
pageRef = "/evidence/"
- weight = 20
+ weight = 30
[[main]]
name = "People"
pageRef = "/persons/"
- weight = 30
+ weight = 40
# Main Cont'd
[[main]]
name = "Legal"
pageRef = "/legal/"
- weight = 40
+ weight = 50
[[main]]
name = "Communications"
pageRef = "/communication"
- weight = 50
+ weight = 60
[[main]]
name = "Posts"
pageRef = "/posts/"
- weight = 60
+ weight = 70
[[main]]
name = "Tags"
pageRef = "/tags/"
- weight = 70
+ weight = 80
# About Submenu
[[main]]
name = "About"
- weight = 80
+ weight = 90
[[main]]
name = "About Us"
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 8df28e1..b1bf5d0 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -24,8 +24,9 @@
purgeHTMLComments = false
[docs]
- github = "https://github.com/anoduck/hinode-template"
- release = "https://github.com/anoduck/hinode-template/releases/tag/"
+ contentPath = "/docs/"
+ github = "https://github.com/anoduck/CL-Docs"
+ release = "https://github.com/anoduck/CL-Docs/releases/tag/"
checkVersion = false
[home]