loi_re/config/_default/params.toml

86 lines
2.3 KiB
TOML
Raw Normal View History

2021-03-18 15:50:09 +01:00
# Meta Data for SEO
## Homepage
title = "Doks"
titleSeparator = "-"
titleAddition = "Modern Documentation Theme"
2021-10-05 14:53:03 +02:00
description = "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
## Documentation
# docsVersion = "0.3"
2021-03-18 15:50:09 +01:00
2021-06-25 16:49:17 +02:00
## Open Graph
2021-03-18 15:50:09 +01:00
images = ["doks.png"]
ogLocale = "en_US"
2021-06-25 16:49:17 +02:00
domainTLD = "doks.netlify.app"
titleHome = "Doks Theme"
## Twitter Cards
twitterSite = "@getdoks"
twitterCreator = "@henkverlinde"
2021-03-18 15:50:09 +01:00
## JSON-LD
2021-06-25 16:49:17 +02:00
# schemaType = "Person"
2021-03-18 15:50:09 +01:00
schemaType = "Organization"
2021-06-25 16:49:17 +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"
2021-03-18 15:50:09 +01:00
schemaLogo = "logo-doks.png"
2021-06-25 16:49:17 +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"
2021-03-18 15:50:09 +01:00
schemaSection = "blog"
## Sitelinks Search Box
siteLinksSearchBox = false
## Chrome Browser
themeColor = "#fff"
# Images
quality = 85
bgColor = "#fff"
landscapePhotoWidths = [900, 800, 700, 600, 500]
portraitPhotoWidths = [800, 700, 600, 500]
lqipWidth = "20x"
2021-10-05 14:53:03 +02:00
smallLimit = "300"
2021-03-18 15:50:09 +01:00
# Footer
footer = "Powered by <a href=\"https://www.netlify.com/\">Netlify</a>, <a href=\"https://gohugo.io/\">Hugo</a>, and <a href=\"https://getdoks.org/\">Doks</a>"
2021-09-07 13:04:58 +02:00
# Feed
2021-06-25 16:49:17 +02:00
copyRight = "Copyright (c) 2020-2021 Henk Verlinde"
2021-03-18 15:50:09 +01:00
# Alert
alert = false
2021-09-07 13:04:58 +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>"
2021-03-18 15:50:09 +01:00
# Edit Page
docsRepo = "https://github.com/h-enk/doks"
2021-10-05 14:53:03 +02:00
docsRepoBranch = "master"
2021-03-18 15:50:09 +01:00
editPage = false
[options]
lazySizes = true
2021-03-26 11:55:49 +01:00
clipBoard = true
2021-03-18 15:50:09 +01:00
instantPage = true
flexSearch = true
darkMode = true
2021-06-25 16:49:17 +02:00
bootStrapJs = true
2021-03-18 15:50:09 +01:00
breadCrumb = false
highLight = true
kaTex = false
2021-09-07 13:04:58 +02:00
collapsibleSidebar = true
2021-10-05 14:53:03 +02:00
multilingualMode = false
docsVersioning = false