website/config/_default/params.toml

46 lines
1 KiB
TOML
Raw Normal View History

2021-03-09 18:56:02 +05:30
# Meta Data for SEO
## Homepage
2021-03-09 18:58:27 +05:30
baseurl = "https://mcaptcha.org/"
baseURL = "https://mcaptcha.org/"
2021-03-09 18:56:02 +05:30
title = "mCaptcha"
titleSeparator = "-"
titleAddition = "mCaptcha"
description = "mCaptcha - PoW based DoS protection"
docsRepo = "https://git.batsense.net/mCaptcha/website"
2021-03-09 18:56:02 +05:30
editPage = true
## Open Graph + Twitter Cards
2021-05-27 18:42:36 +05:30
images = ["icon.png"]
2021-03-09 18:56:02 +05:30
ogLocale = "en_US"
## 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"
# Footer
footer = "Powered by <a href=\"https://gohugo.io/\">Hugo</a>, and <a href=\"https://getdoks.org/\">Doks</a>"
# Alert
#alert = false
#alertText = "Like Doks? <a class=\"alert-link\" href=\"https://github.com/h-enk/doks/stargazers\">Star on GitHub</a>. Thanks!</a>"
[options]
lazySizes = true
clipBoard = true
instantPage = true
flexSearch = true
darkMode = true
bootStrapJs = false
breadCrumb = false