diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:01:45 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:04:59 -0400 |
| commit | 185fccd88df071800f225b8196a59b048c2ea2cf (patch) | |
| tree | 52485bd3203b44e07ab4526d575def3d4d8d1452 /config/_default | |
| parent | beffdd80ee9c810b9dda04f1c0fa348b1716a1b1 (diff) | |
fix(google): fixed links for google
added page aliases, and removed links where needed
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/hugo.toml | 8 | ||||
| -rw-r--r-- | config/_default/params.toml | 29 |
2 files changed, 24 insertions, 13 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 14c7648..660ebde 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -117,11 +117,11 @@ home = ["HTML", "RSS", "REDIR"] path = "github.com/gethinode/mod-mermaid" [[module.imports]] path = "github.com/anoduck/mod-timelinejs" - [[module.imports]] - path = "github.com/anoduck/mod-alwaysdark" + # [[module.imports]] + # path = "github.com/anoduck/mod-alwaysdark" [[module.imports]] path = "github.com/anoduck/mod-countup" - [[module.imports]] - path = "github.com/anoduck/mod-popup" + # [[module.imports]] + # path = "github.com/anoduck/mod-popup" [[module.imports]] path = "github.com/anoduck/mod-juxtapose" diff --git a/config/_default/params.toml b/config/_default/params.toml index 6f2735e..b403708 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,7 +1,7 @@ [main] separator = "-" description = "How a group of individuals persecuted our family and violated the law in order to run us out of the county, and the county out of millions." - enableDarkMode = true + enableDarkMode = "auto" enableLanguageSelectionStorage = false modes = ["light", "dark"] canonifyAssetsURLs = true @@ -30,7 +30,7 @@ checkVersion = false [home] - sections = [ "reasons", "fpnav", "docs", "evidence", "legal", "communication", "posts", "news" ] + sections = [ "preface", "reasons", "fpnav", "docs", "evidence", "legal", "communication", "posts", "news" ] fullCover = true centerHeadline = true style = "gradient-featured" @@ -106,6 +106,24 @@ # toml-docs-start sections # This determines the layout format for each secton of the site. [sections] + [sections.preface] + title = "What do we mean?" + reference = "terms" + layout = "card" + sort = "weight" + reverse = false + nested = false + background = "body-tertiary" + color = "body-tertiary" + style = "border-1" + wrap = false + cols = 1 + padding = "0" + header = "full" + footer = "none" + orientation = "none" + homepage = 1 + separator = false [sections.docs] title = "Docs" reference = "Documentation" @@ -181,20 +199,14 @@ sort = "weight" reverse = false nested = false - # cols = 3 background = "body-tertiary" color = "" - # padding = "0" - # footer = "none" - # orientation = "stacked" style = "justify-content-center" pane = "persona" type = "tabs" width = 100 vertical = false class = "nav-fill" - # homepage = 3 - # separator = true [sections.legal] title = "Legal" reference = "More On Legal" @@ -325,4 +337,3 @@ image = "https://res.cloudinary.com/solardump/image/upload/v1738747178/under_construction_PNG46_rajllh.png" alt = "Site Under Construction" content = "Our site is constantly changing. Click the close button to dismiss." - |
