baseURL = "/"1title = "Lima"23# Language settings4contentDir = "content/en"5defaultContentLanguage = "en"6defaultContentLanguageInSubdir = false7# Useful when translating.8enableMissingTranslationPlaceholders = true910enableRobotsTXT = true1112# Will give values to .Lastmod etc.13enableGitInfo = true1415# Comment out to enable taxonomies in Docsy16# disableKinds = ["taxonomy", "taxonomyTerm"]1718# You can add your own taxonomies19[taxonomies]20tag = "tags"21category = "categories"2223[params.taxonomy]24# set taxonomyCloud = [] to hide taxonomy clouds25taxonomyCloud = ["tags", "categories"]2627# If used, must have same length as taxonomyCloud28taxonomyCloudTitle = ["Tag Cloud", "Categories"]2930# set taxonomyPageHeader = [] to hide taxonomies on the page headers31taxonomyPageHeader = ["tags", "categories"]323334# Highlighting config35pygmentsCodeFences = true36pygmentsUseClasses = false37# Use the new Chroma Go highlighter in Hugo.38pygmentsUseClassic = false39#pygmentsOptions = "linenos=table"40# See https://help.farbox.com/pygments.html41pygmentsStyle = "tango"4243# Configure how URLs look like per section.44[permalinks]45blog = "/:section/:year/:month/:day/:slug/"4647# Image processing configuration.48[imaging]49resampleFilter = "CatmullRom"50quality = 7551anchor = "smart"5253# Language configuration5455[languages]56[languages.en]57languageName ="English"58# Weight used for sorting.59weight = 160[languages.en.params]61title = "Lima"6263[markup]64[markup.goldmark]65[markup.goldmark.parser.attribute]66block = true67[markup.goldmark.renderer]68unsafe = true69[markup.highlight]70# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html71style = "tango"72# Uncomment if you want your chosen highlight style used for code blocks without a specified language73# guessSyntax = "true"7475# Everything below this are Site Params7677# Comment out if you don't want the "print entire section" link enabled.78[outputs]79section = ["HTML", "print", "RSS"]8081[params]82copyright = "Lima Authors"8384# First one is picked as the Twitter card image if not set on page.85# images = ["images/project-illustration.png"]8687# Menu title if your navbar has a versions selector to access old versions of your site.88# This menu appears only if you have at least one [params.versions] set.89version_menu = "Releases"9091# Repository configuration (URLs for in-page links to opening issues and suggesting changes)92github_repo = "https://github.com/lima-vm/lima"9394# An optional link to a related project repo. For example, the sibling repository where your product code lives.95github_project_repo = "https://github.com/lima-vm/lima"9697# Flag used in the "version-banner" partial to decide whether to display a98# banner on every page indicating that this is an archived version of the docs.99# Set this flag to "true" if you want to display the banner.100archived_version = false101102# The version number for the version of the docs represented in this doc set.103# Used in the "version-banner" partial to display a version number for the104# current doc set.105version = "master"106107# A link to latest version of the docs. Used in the "version-banner" partial to108# point people to the main doc site.109#url_latest_version = "https://lima-vm.io"110111# Specify a value here if your content directory is not in your repo's root directory112github_subdir = "website"113114# Uncomment this if your GitHub repo does not have "main" as the default branch,115# or specify a new value if you want to reference another branch in your GitHub links116github_branch= "master"117118# Enable Lunr.js offline search119offlineSearch = true120121# Enable syntax highlighting and copy buttons on code blocks with Prism122prism_syntax_highlighting = false123124# User interface configuration125[params.ui]126# Set to true to disable breadcrumb navigation.127breadcrumb_disable = false128# Set to true to disable the About link in the site footer129footer_about_disable = false130# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar131navbar_logo = true132# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.133navbar_translucent_over_cover_disable = false134# Enable to show the side bar menu in its compact state.135sidebar_menu_compact = false136# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)137sidebar_search_disable = true138sidebar_menu_foldable = true139ul_show = 1140141# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.142# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.143# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,144# add "hide_feedback: true" to the page's front matter.145[params.ui.feedback]146enable = false147148[params.ui.readingtime]149enable = false150151[params.links]152[[params.links.developer]]153name = "GitHub"154url = "https://github.com/lima-vm/lima"155icon = "fab fa-github"156desc = "Development takes place here!"157[[params.links.developer]]158name = "Slack"159url = "https://slack.cncf.io/"160icon = "fab fa-slack"161desc = "Chat with other project developers"162[[params.links.user]]163name = "Discussion"164url = "https://github.com/lima-vm/lima/discussions"165icon = "fab fa-github"166desc = "Discussion and help from your fellow users"167[[params.links.user]]168name = "Slack"169url = "https://slack.cncf.io/"170icon = "fab fa-slack"171desc = "Chat with other project users"172173[params.mermaid]174enable = true175176[[menus.main]]177name = "GitHub"178url = "https://github.com/lima-vm/lima"179pre = '<i class="fab fa-github"></i>'180[[menus.main]]181name = "Community"182url = "/docs/community"183[[menus.main]]184name = "Releases"185url = "https://github.com/lima-vm/lima/releases"186187[module]188# uncomment line below for temporary local development of module189# replacements = "github.com/google/docsy -> ../../docsy"190[module.hugoVersion]191extended = true192min = "0.110.0"193[[module.imports]]194path = "github.com/google/docsy"195disable = false196[[module.imports]]197path = "github.com/google/docsy/dependencies"198disable = false199# Import command reference from website _output folder200[[module.imports]]201path="../_output"202[[module.imports.mounts]]203source="docsy"204target="content/docs/Reference"205language="en"206# Import templates README.md from templates folder207[[module.imports]]208path="../.."209[[module.imports.mounts]]210source="templates"211target="static/templates"212language="en"213includeFiles = "README.md"214215216