portails/config/_default/params.toml

96 lines
2.7 KiB
TOML
Raw Normal View History

2020-12-03 16:07:04 +01:00
# Meta Data for SEO
## Homepage
2020-04-15 15:48:16 +02:00
title = "Doks"
titleSeparator = "-"
2020-11-04 08:26:58 +01:00
titleAddition = "Modern Documentation Theme"
2021-10-05 10:35:25 +02:00
description = "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
2020-11-04 08:26:58 +01:00
2021-09-28 16:26:15 +02:00
## Documentation
2021-10-05 10:35:25 +02:00
# docsVersion = "0.3"
2021-09-28 16:26:15 +02:00
2021-06-25 16:04:42 +02:00
## Open Graph
2020-11-04 14:23:52 +01:00
images = ["doks.png"]
2020-04-15 15:48:16 +02:00
ogLocale = "en_US"
2021-06-25 16:04:42 +02:00
domainTLD = "doks.netlify.app"
titleHome = "Doks Theme"
## Twitter Cards
twitterSite = "@getdoks"
twitterCreator = "@henkverlinde"
2020-11-04 08:26:58 +01:00
2020-12-03 16:07:04 +01:00
## JSON-LD
2021-06-25 16:04:42 +02:00
# schemaType = "Person"
2020-04-15 15:48:16 +02:00
schemaType = "Organization"
2021-06-25 16:04:42 +02:00
schemaName = "Doks"
schemaAuthor = "Henk Verlinde"
schemaAuthorTwitter = "https://twitter.com/henkverlinde"
schemaAuthorLinkedIn = "https://www.linkedin.com/in/henkverlinde/"
schemaAuthorGitHub = "https://github.com/h-enk"
schemaLocale = "en-US"
2020-11-04 14:23:52 +01:00
schemaLogo = "logo-doks.png"
2021-06-25 16:04:42 +02:00
schemaLogoWidth = 512
schemaLogoHeight = 512
schemaImage = "doks.png"
schemaImageWidth = 1280
schemaImageHeight = 640
schemaTwitter = "https://twitter.com/getdoks"
schemaLinkedIn = ""
schemaGitHub = "https://github.com/h-enk/doks"
2020-11-04 08:26:58 +01:00
schemaSection = "blog"
2020-12-03 16:07:04 +01:00
## Sitelinks Search Box
2020-04-15 15:48:16 +02:00
siteLinksSearchBox = false
2020-12-03 16:07:04 +01:00
## Chrome Browser
2020-04-15 15:48:16 +02:00
themeColor = "#fff"
2020-12-03 16:07:04 +01:00
# Images
2020-04-15 15:48:16 +02:00
quality = 85
bgColor = "#fff"
2020-11-16 09:35:51 +01:00
landscapePhotoWidths = [900, 800, 700, 600, 500]
2020-11-04 08:26:58 +01:00
portraitPhotoWidths = [800, 700, 600, 500]
2020-04-15 15:48:16 +02:00
lqipWidth = "20x"
2021-09-23 08:23:25 +02:00
smallLimit = "300"
2020-04-15 15:48:16 +02:00
2020-12-03 16:07:04 +01:00
# Footer
2022-02-01 11:51:28 +01:00
footer = "Powered by <a class=\"text-muted\" href=\"https://www.netlify.com/\">Netlify</a>, <a class=\"text-muted\" href=\"https://gohugo.io/\">Hugo</a>, and <a class=\"text-muted\" href=\"https://getdoks.org/\">Doks</a>"
2021-09-06 10:19:46 +02:00
# Feed
2021-06-25 16:04:42 +02:00
copyRight = "Copyright (c) 2020-2021 Henk Verlinde"
2020-11-04 08:26:58 +01:00
2020-12-03 16:07:04 +01:00
# Alert
2020-11-04 08:26:58 +01:00
alert = false
2021-09-07 12:08:46 +02:00
alertDismissable = true
# alertText = "Introducing the Doks child theme, several DX + UX updates, and more! <a class=\"alert-link stretched-link\" href=\"https://getdoks.org/blog/doks-v0.2/\" target=\"_blank\" rel=\"noopener\">Check out Doks v0.2</a>"
alertText = "Introducing the Doks child theme, several DX + UX updates, and more! <a class=\"alert-link stretched-link\" href=\"https://getdoks.org/blog/doks-v0.2/\">Check out Doks v0.2</a>"
2020-11-04 08:26:58 +01:00
2020-12-03 16:07:04 +01:00
# Edit Page
# repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster
2021-10-08 07:44:49 +02:00
repoHost = "GitHub"
#repoHost = "Gitea"
2020-11-04 08:26:58 +01:00
docsRepo = "https://github.com/h-enk/doks"
2021-09-18 07:42:15 +02:00
docsRepoBranch = "master"
docsRepoSubPath = ""
2021-10-08 07:47:12 +02:00
editPage = false
lastMod = false
[options]
lazySizes = true
2021-03-19 14:39:07 +01:00
clipBoard = true
instantPage = true
flexSearch = true
darkMode = true
bootStrapJs = true
2022-01-26 14:49:48 +01:00
breadCrumb = false
highLight = true
2021-03-17 11:03:35 +01:00
kaTex = false
2021-09-15 14:36:51 +02:00
multilingualMode = false
docsVersioning = false
fullWidth = false
[menu]
[menu.section]
auto = true
2022-01-26 14:49:48 +01:00
collapsibleSidebar = true