diff options
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml index 8df28e1..a6a2d5c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -4,7 +4,7 @@ enableDarkMode = true enableLanguageSelectionStorage = false modes = ["light", "dark"] - canonifyAssetsURLs = false + canonifyAssetsURLs = true endorse = false footerBelowFold = false loading = "eager" @@ -24,8 +24,9 @@ purgeHTMLComments = false [docs] - github = "https://github.com/anoduck/hinode-template" - release = "https://github.com/anoduck/hinode-template/releases/tag/" + contentPath = "/docs/" + github = "https://github.com/anoduck/CL-Docs" + release = "https://github.com/anoduck/CL-Docs/releases/tag/" checkVersion = false [home] @@ -48,7 +49,7 @@ fixed = true offset = "5.5rem" search = true - searchModal = false + searchModal = true breadcrumb = true toc = true sidebar = true @@ -274,4 +275,4 @@ skipMissing = true [footer] - license = "All rights reserved. Corrupt Lamar 2024"
\ No newline at end of file + license = "All rights reserved. Corrupt Lamar 2024" |
