portails/config/_default/params.toml

59 lines
1.5 KiB
TOML
Raw Normal View History

2023-05-26 17:44:05 +02:00
# Hyas (gethyas)
## Feed
copyRight = "Copyright (c) 2020-2021 Henk Verlinde"
# SEO (@hyas/seo)
2020-12-03 16:07:04 +01:00
## Homepage
2020-04-15 15:48:16 +02:00
title = "Doks"
2023-05-26 17:44:05 +02:00
titleSeparator = "-" # - (default)
2020-11-04 08:26:58 +01:00
titleAddition = "Modern Documentation Theme"
2023-05-26 17:44:05 +02:00
description = "Doks is a Hyas theme for building custom, production-ready documentation websites." # Default description
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-05-26 17:44:05 +02:00
titleHome = "Modern Documentation Theme"
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
2023-05-26 17:44:05 +02:00
schemaType = "Organization" # Organization (default) or Person
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-05-26 17:44:05 +02:00
# Images (@hyas/images)
2023-04-18 15:10:33 +02:00
[lazyimg]
resizer = "auto"
2023-05-26 17:44:05 +02:00
renderer = "lqip-webp" # "lqip (default)"
2023-04-18 15:10:33 +02:00
# Resizer options:
lqipSize = "120x Gaussian"
2023-05-26 17:44:05 +02:00
maxSize = "1024x" # "1920x" (default)
2023-04-18 15:10:33 +02:00
responsiveSizes = [ "320x", "640x", "768x", "1024x", "1366x", "1600x", "1920x" ]
resizeOptions = "Lanczos q95"
# Renderer options:
class = "img-fluid"
2023-05-26 17:44:05 +02:00
# alt = "" # Default alt tag
2023-04-18 15:10:33 +02:00
noscript = true
2023-05-26 17:44:05 +02:00
errorHandler = "warning" # "warning-remote" (default)