Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/website/hugo.toml
1637 views
1
baseURL = "/"
2
title = "Lima"
3
4
# Language settings
5
contentDir = "content/en"
6
defaultContentLanguage = "en"
7
defaultContentLanguageInSubdir = false
8
# Useful when translating.
9
enableMissingTranslationPlaceholders = true
10
11
enableRobotsTXT = true
12
13
# Will give values to .Lastmod etc.
14
enableGitInfo = true
15
16
# Comment out to enable taxonomies in Docsy
17
# disableKinds = ["taxonomy", "taxonomyTerm"]
18
19
# You can add your own taxonomies
20
[taxonomies]
21
tag = "tags"
22
category = "categories"
23
24
[params.taxonomy]
25
# set taxonomyCloud = [] to hide taxonomy clouds
26
taxonomyCloud = ["tags", "categories"]
27
28
# If used, must have same length as taxonomyCloud
29
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
30
31
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
32
taxonomyPageHeader = ["tags", "categories"]
33
34
35
# Highlighting config
36
pygmentsCodeFences = true
37
pygmentsUseClasses = false
38
# Use the new Chroma Go highlighter in Hugo.
39
pygmentsUseClassic = false
40
#pygmentsOptions = "linenos=table"
41
# See https://help.farbox.com/pygments.html
42
pygmentsStyle = "tango"
43
44
# Configure how URLs look like per section.
45
[permalinks]
46
blog = "/:section/:year/:month/:day/:slug/"
47
48
# Image processing configuration.
49
[imaging]
50
resampleFilter = "CatmullRom"
51
quality = 75
52
anchor = "smart"
53
54
# Language configuration
55
56
[languages]
57
[languages.en]
58
languageName ="English"
59
# Weight used for sorting.
60
weight = 1
61
[languages.en.params]
62
title = "Lima"
63
64
[markup]
65
[markup.goldmark]
66
[markup.goldmark.parser.attribute]
67
block = true
68
[markup.goldmark.renderer]
69
unsafe = true
70
[markup.highlight]
71
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
72
style = "tango"
73
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
74
# guessSyntax = "true"
75
76
# Everything below this are Site Params
77
78
# Comment out if you don't want the "print entire section" link enabled.
79
[outputs]
80
section = ["HTML", "print", "RSS"]
81
82
[params]
83
copyright = "Lima Authors"
84
85
# First one is picked as the Twitter card image if not set on page.
86
# images = ["images/project-illustration.png"]
87
88
# Menu title if your navbar has a versions selector to access old versions of your site.
89
# This menu appears only if you have at least one [params.versions] set.
90
version_menu = "Releases"
91
92
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
93
github_repo = "https://github.com/lima-vm/lima"
94
95
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
96
github_project_repo = "https://github.com/lima-vm/lima"
97
98
# Flag used in the "version-banner" partial to decide whether to display a
99
# banner on every page indicating that this is an archived version of the docs.
100
# Set this flag to "true" if you want to display the banner.
101
archived_version = false
102
103
# The version number for the version of the docs represented in this doc set.
104
# Used in the "version-banner" partial to display a version number for the
105
# current doc set.
106
version = "master"
107
108
# A link to latest version of the docs. Used in the "version-banner" partial to
109
# point people to the main doc site.
110
#url_latest_version = "https://lima-vm.io"
111
112
# Specify a value here if your content directory is not in your repo's root directory
113
github_subdir = "website"
114
115
# Uncomment this if your GitHub repo does not have "main" as the default branch,
116
# or specify a new value if you want to reference another branch in your GitHub links
117
github_branch= "master"
118
119
# Enable Lunr.js offline search
120
offlineSearch = true
121
122
# Enable syntax highlighting and copy buttons on code blocks with Prism
123
prism_syntax_highlighting = false
124
125
# User interface configuration
126
[params.ui]
127
# Set to true to disable breadcrumb navigation.
128
breadcrumb_disable = false
129
# Set to true to disable the About link in the site footer
130
footer_about_disable = false
131
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
132
navbar_logo = true
133
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
134
navbar_translucent_over_cover_disable = false
135
# Enable to show the side bar menu in its compact state.
136
sidebar_menu_compact = false
137
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
138
sidebar_search_disable = true
139
sidebar_menu_foldable = true
140
ul_show = 1
141
142
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
143
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
144
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
145
# add "hide_feedback: true" to the page's front matter.
146
[params.ui.feedback]
147
enable = false
148
149
[params.ui.readingtime]
150
enable = false
151
152
[params.links]
153
[[params.links.developer]]
154
name = "GitHub"
155
url = "https://github.com/lima-vm/lima"
156
icon = "fab fa-github"
157
desc = "Development takes place here!"
158
[[params.links.developer]]
159
name = "Slack"
160
url = "https://slack.cncf.io/"
161
icon = "fab fa-slack"
162
desc = "Chat with other project developers"
163
[[params.links.user]]
164
name = "Discussion"
165
url = "https://github.com/lima-vm/lima/discussions"
166
icon = "fab fa-github"
167
desc = "Discussion and help from your fellow users"
168
[[params.links.user]]
169
name = "Slack"
170
url = "https://slack.cncf.io/"
171
icon = "fab fa-slack"
172
desc = "Chat with other project users"
173
174
[params.mermaid]
175
enable = true
176
177
[[menus.main]]
178
name = "GitHub"
179
url = "https://github.com/lima-vm/lima"
180
pre = '<i class="fab fa-github"></i>'
181
[[menus.main]]
182
name = "Community"
183
url = "/docs/community"
184
[[menus.main]]
185
name = "Releases"
186
url = "https://github.com/lima-vm/lima/releases"
187
188
[module]
189
# uncomment line below for temporary local development of module
190
# replacements = "github.com/google/docsy -> ../../docsy"
191
[module.hugoVersion]
192
extended = true
193
min = "0.110.0"
194
[[module.imports]]
195
path = "github.com/google/docsy"
196
disable = false
197
[[module.imports]]
198
path = "github.com/google/docsy/dependencies"
199
disable = false
200
# Import command reference from website _output folder
201
[[module.imports]]
202
path="../_output"
203
[[module.imports.mounts]]
204
source="docsy"
205
target="content/docs/Reference"
206
language="en"
207
# Import templates README.md from templates folder
208
[[module.imports]]
209
path="../.."
210
[[module.imports.mounts]]
211
source="templates"
212
target="static/templates"
213
language="en"
214
includeFiles = "README.md"
215
216