diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 17:19:17 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 17:19:17 -0400 |
| commit | 86f6ff4026c27c0eb81d1d562ecde2aaf7c9852c (patch) | |
| tree | bee03ee607e0ad2e8351db6c0840445d2967639a /config/_default | |
| parent | 71d350a4786e1ea2ebd84f14665e33d1e8bb3387 (diff) | |
feat(persons page): :sparkles: seo 7 format
seo improvements 7 formatting
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 | 65 |
3 files changed, 39 insertions, 48 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 263c2c9..c00c750 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -115,5 +115,7 @@ home = ["HTML", "RSS", "REDIR"] path = "github.com/gethinode/hinode" [[module.imports]] path = "github.com/gethinode/mod-mermaid" + [[module.imports]] + path = "github.com/gethinode/mod-leaflet" # [[module.imports]] # path = "github.com/anoduck/mod-countup"
\ No newline at end of file diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 05232c8..68e421a 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -46,7 +46,7 @@ weight = 30 [[main]] - name = "Suspects" + name = "People" pageRef = "/persons/" parent = "Persons" weight = 10 @@ -57,24 +57,6 @@ parent = "Persons" weight = 20 -[[main]] - name = "Chief Douglas Randall Matthews" - pageRef = "/persons/dmatthews/" - parent = "Persons" - weight = 30 - -[[main]] - name = "Scott Mayfield Esq." - pageRef = "/persons/smayfield/" - parent = "Persons" - weight = 40 - -[[main]] - name = "Anita Buice" - pageRef = "/persons/abuice/" - parent = "Persons" - weight = 50 - # Main Cont'd [[main]] name = "Legal" diff --git a/config/_default/params.toml b/config/_default/params.toml index 162a39f..6707473 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -107,7 +107,8 @@ [sections] [sections.evidence] title = "Evidence" - reference = "More Artifacts" + reference = "More Evidence" + layout = "card" sort = "date" reverse = true nested = true @@ -124,6 +125,7 @@ [sections.posts] title = "Posts" reference = "More Posts" + layout = "card" sort = "date" reverse = true nested = true @@ -137,34 +139,38 @@ style = "border-0 card-zoom" homepage = 3 separator = true -# [sections.persons] -# title = "Persons" -# sort = "date" -# reverse = true -# nested = true -# cols = 3 -# color = "" -# padding = "0" -# header = "full" -# footer = "none" -# orientation = "stacked" -# style = "border-0 card-zoom" -# homepage = 3 -# separator = true -# [sections.legal] -# title = "Legal" -# sort = "date" -# reverse = true -# nested = true -# cols = 3 -# color = "" -# padding = "0" -# header = "full" -# footer = "none" -# orientation = "stacked" -# style = "border-0 card-zoom" -# homepage = 3 -# separator = true + [sections.persons] + title = "Persons" + reference = "More People" + layout = "list" + sort = "title" + reverse = false + nested = true + cols = 3 + color = "" + padding = "0" + header = "full" + footer = "none" + orientation = "stacked" + style = "border-0 card-zoom" + homepage = 3 + separator = true + [sections.legal] + title = "Legal" + reference = "More On Legal" + layout = "card" + sort = "title" + reverse = false + nested = true + cols = 3 + color = "" + padding = "0" + header = "full" + footer = "none" + orientation = "stacked" + style = "border-0 card-zoom" + homepage = 3 + separator = true # toml-docs-end sections [favicon] @@ -214,6 +220,7 @@ [links] solardump = "https://solardump.org" theytookourhome = "https://theytookourhome.com" + contact = "https://contact.corruptlamar.com" [modules.fontawesome] skipMissing = true |
