mirror of
https://github.com/iv-org/invidious.io.git
synced 2024-12-28 17:19:30 -05:00
41 lines
950 B
TOML
41 lines
950 B
TOML
# Meta Data for SEO
|
|
|
|
## Homepage
|
|
title = "Invidious"
|
|
titleSeparator = "-"
|
|
titleAddition = "An open source alternative front-end to YouTube"
|
|
description = "Invidious is an open source alternative front-end to YouTube "
|
|
|
|
## 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>. Illustrations by <a href=\"https://undraw.co/\">unDraw</a>."
|
|
copyRight = ""
|
|
|
|
# Edit Page
|
|
docsRepo = "https://github.com/iv-org/invidious.io"
|
|
editPage = false
|
|
|
|
[options]
|
|
lazySizes = true
|
|
clipBoard = true
|
|
instantPage = true
|
|
flexSearch = true
|
|
darkMode = true
|
|
bootStrapJs = true
|
|
breadCrumb = false
|
|
highLight = true
|
|
kaTex = false
|
|
collapsibleSidebar = false
|