diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 9d09315..891d7f7 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -14,10 +14,9 @@ summarylength = 20 # 70 (default) # Multilingual defaultContentLanguage = "en" -disableLanguages = ["de", "nl"] defaultContentLanguageInSubdir = false -copyRight = "Copyright (c) 2020-2024 Hyas" +copyRight = "Copyright (c) 2020-2024 YAGPDB documentation contributors" [build.buildStats] enable = true diff --git a/config/_default/params.toml b/config/_default/params.toml index 10fabe7..6496a5b 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,14 +1,9 @@ -# Hugo title = "YAGPDB Docs" description = "YAGPDB documentation" images = ["cover.png"] -# mainSections mainSections = ["docs"] -[social] - twitter = "getdoks" - # Doks (@hyas/doks-core) [doks] # Color mode @@ -19,7 +14,7 @@ mainSections = ["docs"] navbarSticky = true # true (default) or false containerBreakpoint = "lg" # "", "sm", "md", "lg" (default), "xl", "xxl", or "fluid" - ## Button + # Button navBarButton = false # false (default) or true navBarButtonUrl = "/docs/prologue/introduction/" navBarButtonText = "Get started" @@ -31,7 +26,7 @@ mainSections = ["docs"] showSearch = [] # [] (all pages, default) or homepage (optionally) and list of sections (e.g. ["homepage", "blog", "guides"]) indexSummary = false # true or false (default); whether to index only the `.Summary` instead of the full `.Content`; limits the respective JSON field size and thus increases loading time - ## Search results + # Search results showDate = false # false (default) or true showSummary = true # true (default) or false searchLimit = 99 # 0 (no limit, default) or natural number @@ -71,22 +66,13 @@ mainSections = ["docs"] imageSingle = true # true (default) or false # Repository - editPage = false # false (default) or true + editPage = true # false (default) or true lastMod = false # false (default) or true repoHost = "GitHub" # GitHub (default), Gitea, GitLab, Bitbucket, or BitbucketServer - docsRepo = "https://github.com/h-enk/doks" - docsRepoBranch = "main" # main (default), master, or + docsRepo = "https://github.com/botlabs-gg/yagpdb-docs-v2" + docsRepoBranch = "master" # main (default), master, or docsRepoSubPath = "" # "" (none, default) or - # SCSS colors - # backGround = "yellowgreen" - ## Dark theme - # textDark = "#dee2e6" # "#dee2e6" (default), "#dee2e6" (orignal), or custom color - # accentDark = "#5d2f86" # "#5d2f86" (default), "#5d2f86" (original), or custom color - ## Light theme - # textLight = "#1d2d35" # "#1d2d35" (default), "#1d2d35" (orignal), or custom color - # accentLight = "#8ed6fb" # "#8ed6fb" (default), "#8ed6fb" (orignal), or custom color - # [doks.menu] # [doks.menu.section] # auto = true # true (default) or false @@ -129,10 +115,9 @@ mainSections = ["docs"] [seo.schemas] type = "Organization" # Organization (default) or Person logo = "favicon-512x512.png" # Logo of Organization — favicon-512x512.png (default) - name = "Hyas" # Name of Organization or Person + name = "YAGPDB" # Name of Organization or Person sameAs = [] # E.g. ["https://github.com/gethyas/hyas", "https://fosstodon.org/@hyas"] images = ["cover.png"] # ["cover.png"] (default) article = [] # Article sections newsArticle = [] # NewsArticle sections - blogPosting = ["blog"] # BlogPosting sections product = [] # Product sections