mirror of
https://github.com/spf13/cobra
synced 2025-04-30 02:27:18 +00:00
45 lines
1.2 KiB
TOML
45 lines
1.2 KiB
TOML
theme = "docuapi"
|
|
languageCode = "en-us"
|
|
baseurl = "https://spf13.github.io/cobra/"
|
|
title = "Cobra"
|
|
|
|
disableKinds = ["taxonomyTerm"]
|
|
|
|
# Code higlighting settings
|
|
pygmentsCodefences = true
|
|
pygmentsCodeFencesGuesSsyntax = false
|
|
pygmentsOptions = ""
|
|
pygmentsStyle = "monokai"
|
|
pygmentsUseClasses = false
|
|
|
|
defaultContentLanguage = "en"
|
|
|
|
[module]
|
|
[module.hugoVersion]
|
|
[[module.imports]]
|
|
# We need one module import for Hugo to detect us as a Hugo Module.
|
|
path="github.com/bep/empty-hugo-module"
|
|
|
|
[params]
|
|
search = true
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.parser]
|
|
autoHeadingIDType = "github-ascii"
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
[languages]
|
|
[languages.en]
|
|
languageName = "English"
|
|
weight = 2
|
|
title = "Cobra documentation"
|
|
[languages.en.params]
|
|
toc_footers = [
|
|
"[](https://github.com/spf13/cobra)",
|
|
"Built with [Hugo](https://gohugo.io/) theme [DocuAPI](https://github.com/bep/docuapi) by [bep](https://github.com/bep)"
|
|
]
|
|
[languages.en.params.blackfriday]
|
|
angledQuotes = false
|
|
hrefTargetBlank = true
|