diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-24 03:17:01 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-24 03:17:20 -0400 |
| commit | ecaa4c30be24fd7fd55eea888ca0a6d18a140d60 (patch) | |
| tree | 03d647a92be5d7d44404fd349c86f9d9c0df0f66 /config/_default | |
| parent | 95537baacd1532fdc65db12f80afcffcaa4573f5 (diff) | |
ch-ch-changes
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/hugo.toml | 2 | ||||
| -rw-r--r-- | config/_default/menus/menus.en.toml | 23 | ||||
| -rw-r--r-- | config/_default/params.toml | 76 |
3 files changed, 67 insertions, 34 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 2a61f7f..b82fbed 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -115,3 +115,5 @@ home = ["HTML", "RSS", "REDIR"] path = "github.com/gethinode/hinode" [[module.imports]] path = "github.com/gethinode/mod-mermaid" + [[module.imports]] + path = "github.com/anoduck/hugo-embed-pdf-shortcode" diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 36a60fa..08606f7 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -5,10 +5,33 @@ [[main]] name = "Evidence" + weight = 20 + +[[main]] + name = "Artifacts" pageRef = "/evidence" + parent = "Evidence" + weight = 10 + +[[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 = "Persons" pageRef = "/persons" weight = 30 diff --git a/config/_default/params.toml b/config/_default/params.toml index 3a37c08..a8ba390 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,6 +1,6 @@ [main] separator = "-" - description = "The effort to document the events and evidence that lead up to the attack on our home and family." + description = "The effort to document the evidence on the persecution of our home and family." enableDarkMode = true enableLanguageSelectionStorage = false modes = [ "dark", "light" ] @@ -27,11 +27,11 @@ [home] sections = [ "evidence", "posts" ] - fullCover = true - centerHeadline = true + fullCover = false + centerHeadline = false style = "" [home.feature] - orientation = "stacked" + orientation = "horizontal" color = "primary" width = 4 align = "start" @@ -53,6 +53,13 @@ [images.cloudinary] host = "cloudinary" +[videos] + [videos.cloudinary] + host = "cloudinary" + account = "solardump" + [videos.youtube] + host = "youtube" + [messages] placement = "bottom-right" @@ -95,35 +102,35 @@ # toml-docs-start sections # This determines the layout format for each secton of the site. -# [sections] -# [sections.evidence] -# title = "Evidence" -# 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.posts] -# title = "Posts" -# 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] + [sections.evidence] + title = "Evidence" + 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.posts] + title = "Posts" + 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" # sort = "date" @@ -159,6 +166,7 @@ sizes = [16, 32, 48] [style] + # darker blue = #110055 primary = "#B84E5C" secondary = "#180D58" success = "#4FD323" @@ -167,7 +175,7 @@ danger = "#E51107" light = "#BCF8EC" dark = "#1B1A1F" - themeOpacity = "10" + themeOpacity = "50" darkModeShade = "20%" darkModeTint = "40%" themeFont = "Inter" |
