diff options
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/hugo.toml | 3 | ||||
| -rw-r--r-- | config/_default/menus/menus.en.toml | 42 |
2 files changed, 8 insertions, 37 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index cb13dbe..5eb4122 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -85,6 +85,7 @@ home = ["HTML", "RSS", "REDIR"] keepWhitespace = true [module] + # replacements = "github.com/anoduck/mod-timelinejs -> ../../mod-timelinejs" [module.hugoVersion] extended = true min = "0.134.0" @@ -118,4 +119,4 @@ home = ["HTML", "RSS", "REDIR"] [[module.imports]] path = "github.com/gethinode/mod-leaflet" [[module.imports]] - path = "github.com/anoduck/mod-timelinejs3"
\ No newline at end of file + path = "github.com/anoduck/mod-timelinejs" diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 7c81733..22971e5 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -15,39 +15,10 @@ # Evidence Submenu [[main]] name = "Evidence" - weight = 20 - -[[main]] - name = "Artifacts" pageRef = "/evidence/" - parent = "Evidence" - weight = 10 - -[[main]] - name = "Relationship Diagram" - pageRef = "/evidence/map/" - parent = "Evidence" - weight = 15 - -[[main]] - name = "Video" - pageRef = "/video/" - parent = "Evidence" weight = 20 [[main]] - name = "Emails" - pageRef = "/evidence/emails_index/" - parent = "Evidence" - weight = 30 - -[[main]] - name = "Incidents" - pageRef = "/evidence/otter-timeline/" - parent = "Evidence" - weight = 40 - -[[main]] name = "People" pageRef = "/persons/" weight = 30 @@ -68,10 +39,15 @@ pageRef = "/posts/" weight = 60 +[[main]] + name = "Tags" + pageRef = "/tags/" + weight = 70 + # About Submenu [[main]] name = "About" - weight = 70 + weight = 80 [[main]] name = "About Us" @@ -109,12 +85,6 @@ parent = "About" weight = 60 -# Main cont'd -[[main]] - name = "Tags" - pageRef = "/tags/" - weight = 80 - # ---------------------------------- # Footer Links # ---------------------------------- |
