diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 07:14:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 07:14:03 +0000 |
| commit | bc94fe832374f392e37514c3ad890e59a5edb3a2 (patch) | |
| tree | 9db3af302e9945bb9fd87394057554a01e54e54d /config | |
| parent | e1bed5865f8d9d83322c314665b55b43772564db (diff) | |
| parent | 185fccd88df071800f225b8196a59b048c2ea2cf (diff) | |
Merge pull request #108 from anoduck/develop
fix(google): fixed links for google
Diffstat (limited to 'config')
| -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." - |
