github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/gh-pages/config/_default/params.toml (about) 1 # Meta Data for SEO 2 3 ## Homepage 4 title = "Command Launcher" 5 titleSeparator = "-" 6 titleAddition = "A better way to manage command line tools" 7 description = "Command launcher is a small footprint, rich feature command management tool for both enterprise and individual command developers." 8 9 ## Documentation 10 # docsVersion = "0.3" 11 12 ## Open Graph 13 images = ["command-launcher.png"] 14 ogLocale = "en_US" 15 domainTLD = "criteo.com" 16 titleHome = "Command Launcher" 17 18 ## Twitter Cards 19 twitterSite = "@CriteoEng" 20 twitterCreator = "@CriteoEng" 21 22 ## JSON-LD 23 # schemaType = "Person" 24 schemaType = "Organization" 25 schemaName = "Command Launcher" 26 schemaAuthor = "Criteo" 27 schemaAuthorTwitter = "https://twitter.com/CriteoEng" 28 schemaAuthorLinkedIn = "" 29 schemaAuthorGitHub = "https://github.com/criteo" 30 schemaLocale = "en-US" 31 schemaLogo = "logo-command-launcher.png" 32 schemaLogoWidth = 512 33 schemaLogoHeight = 512 34 schemaImage = "command-launcher.png" 35 schemaImageWidth = 1280 36 schemaImageHeight = 640 37 schemaTwitter = "https://twitter.com/CriteoEng" 38 schemaLinkedIn = "" 39 schemaGitHub = "https://github.com/criteo/command-launcher" 40 schemaSection = "blog" 41 42 ## Sitelinks Search Box 43 siteLinksSearchBox = false 44 45 ## Chrome Browser 46 themeColor = "#fff" 47 48 # Images 49 quality = 85 50 bgColor = "#fff" 51 landscapePhotoWidths = [900, 800, 700, 600, 500] 52 portraitPhotoWidths = [800, 700, 600, 500] 53 lqipWidth = "20x" 54 smallLimit = "300" 55 56 # Images 57 imageResponsive = true 58 imageConvertTo = "webp" 59 imageImageSizes = ["480","720","1080","1280","1600","2048"] 60 singleSize = false 61 imageAddClass = "img-fluid lazyload blur-up" 62 63 ### Image template 64 defaultImage = "default-image.png" # put in `./assets/images/` 65 fillImage = "1270x740 Center" # normalize image size 66 67 # Footer 68 footer = "Powered by <a class=\"text-muted\" href=\"https://pages.github.com/\">Github Pages</a>, <a class=\"text-muted\" href=\"https://gohugo.io/\">Hugo</a>, and <a class=\"text-muted\" href=\"https://getdoks.org/\">Doks</a>" 69 70 # Feed 71 copyRight = "Copyright (c) 2020-2021 Criteo" 72 73 # Alert 74 alert = false 75 alertDismissable = true 76 # 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>" 77 alertText = "Command launcher is a small footprint, rich feature command management tool for both enterprise and individual command developers." 78 79 # Edit Page 80 # repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster 81 repoHost = "GitHub" 82 #repoHost = "Gitea" 83 docsRepo = "https://github.com/criteo/command-launcher" 84 docsRepoBranch = "main" 85 docsRepoSubPath = "gh-pages" 86 editPage = false 87 lastMod = false 88 89 [sections] 90 sectionNav = ["docs", "guides"] 91 92 [options] 93 lazySizes = true 94 clipBoard = true 95 instantPage = true 96 flexSearch = true 97 searchSectionsShow = [] 98 searchSectionsIndex = [] 99 darkMode = true 100 bootStrapJs = true 101 breadCrumb = false 102 highLight = true 103 kaTex = false 104 multilingualMode = false 105 docsVersioning = false 106 fullWidth = false 107 navbarSticky = true 108 toTopButton = false 109 scrollSpy = false # experimental; needs Bootstrap >= 5.2.0-beta1 110 111 [menu] 112 [menu.section] 113 auto = true 114 collapsibleSidebar = true