portails/config/_default/params.toml

114 lines
3.0 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"
2023-04-18 15:10:33 +02:00
description = "Hyas is a Hugo starter helping you build modern websites that are secure, fast, and SEO-ready — by default."
2021-09-28 16:26:15 +02:00
2021-06-25 16:04:42 +02:00
## Open Graph
2023-04-18 15:10:33 +02:00
images = ["hyas.png"]
2020-04-15 15:48:16 +02:00
ogLocale = "en_US"
2023-04-18 15:10:33 +02:00
titleHome = "Hyas Hugo Starter"
2021-06-25 16:04:42 +02:00
## Twitter Cards
2023-04-18 15:10:33 +02:00
twitterSite = "@gethyas"
2021-06-25 16:04:42 +02:00
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"
2023-04-18 15:10:33 +02:00
schemaName = "Hyas"
2021-06-25 16:04:42 +02:00
schemaAuthor = "Henk Verlinde"
schemaAuthorTwitter = "https://twitter.com/henkverlinde"
schemaAuthorLinkedIn = "https://www.linkedin.com/in/henkverlinde/"
schemaAuthorGitHub = "https://github.com/h-enk"
schemaLocale = "en-US"
2023-04-18 15:10:33 +02:00
schemaLogo = "logo-hyas.png"
2021-06-25 16:04:42 +02:00
schemaLogoWidth = 512
schemaLogoHeight = 512
2023-04-18 15:10:33 +02:00
schemaImage = "hyas.png"
2021-06-25 16:04:42 +02:00
schemaImageWidth = 1280
schemaImageHeight = 640
2023-04-18 15:10:33 +02:00
schemaTwitter = "https://twitter.com/gethyas"
2021-06-25 16:04:42 +02:00
schemaLinkedIn = ""
2023-04-18 15:10:33 +02:00
schemaGitHub = "https://github.com/h-enk/hyas"
2020-04-15 15:48:16 +02:00
2023-04-18 15:10:33 +02:00
# Feed
copyRight = "Copyright (c) 2020-2021 Henk Verlinde"
2022-06-27 14:41:00 +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
2023-04-18 15:10:33 +02:00
## Documentation
# docsVersion = "1.0"
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 = ""
2023-05-23 14:55:30 +02:00
editPage = true
lastMod = false
2023-04-18 15:10:33 +02:00
# Images
## defaultImage
defaultImage = "default-image.jpg" # put in `./assets/images/`
## imaging
[imaging]
anchor = 'Smart'
bgColor = '#fff'
hint = 'photo'
quality = 95
resampleFilter = 'Lanczos'
## lazyimg
[lazyimg]
resizer = "auto"
renderer = "lqip-webp"
# Resizer options:
lqipSize = "120x Gaussian"
# maxSize = "1920x"
maxSize = "1366x"
responsiveSizes = [ "320x", "640x", "768x", "1024x", "1366x", "1600x", "1920x" ]
resizeOptions = "Lanczos q95"
# Renderer options:
class = "img-fluid"
# alt = ""
noscript = true
errorHandler = "warning"
[sections]
2023-04-18 15:10:33 +02:00
sectionNav = ["docs", "guides", "books"]
[options]
2023-04-18 15:10:33 +02:00
lazySizes = true # no longer an option (included by default)
clipBoard = true # no longer an option (included by default)
instantPage = false # no longer an option (replaced with quicklink, included by default)
flexSearch = true # new setup
searchSectionsShow = [] # new setup
searchSectionsIndex = [] # new setup
darkMode = true # new setup
bootStrapJs = true # new setup
breadCrumb = false # new setup
highLight = false # no longer an option (dropped, use Hugo's Chroma syntax highlighting)
2021-03-17 11:03:35 +01:00
kaTex = false
2021-09-15 14:36:51 +02:00
multilingualMode = false
docsVersioning = false
2023-04-18 15:10:33 +02:00
fullWidth = false # new setup
navbarSticky = true # same option
toTopButton = false # new setup (included by default)
scrollSpy = false # experimental; needs Bootstrap >= 5.2.0-beta1
[menu]
[menu.section]
auto = true
2022-01-26 14:49:48 +01:00
collapsibleSidebar = true