diff options
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/hugo.toml | 2 | ||||
| -rw-r--r-- | config/_default/menus/menus.en.toml | 20 | ||||
| -rw-r--r-- | config/_default/params.toml | 5 |
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] |
