Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/website/hugo.toml
2623 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
# TODO: unify developer and user links
154
[[params.links.developer]]
155
name = "GitHub"
156
url = "https://github.com/lima-vm/lima"
157
icon = "fab fa-github"
158
desc = "Development takes place here!"
159
[[params.links.developer]]
160
name = "Slack"
161
url = "https://slack.cncf.io/"
162
icon = "fab fa-slack"
163
desc = "Chat with other project developers"
164
[[params.links.developer]]
165
name = "X (Twitter)"
166
url = "https://x.com/@TheLimaProject"
167
icon = "fab fa-x-twitter"
168
desc = "Follow for updates"
169
[[params.links.developer]]
170
name = "Mastodon"
171
url = "https://mastodon.social/@TheLimaProject"
172
icon = "fab fa-mastodon"
173
desc = "Follow for updates"
174
[[params.links.user]]
175
name = "Discussion"
176
url = "https://github.com/lima-vm/lima/discussions"
177
icon = "fab fa-github"
178
desc = "Discussion and help from your fellow users"
179
[[params.links.user]]
180
name = "Slack"
181
url = "https://slack.cncf.io/"
182
icon = "fab fa-slack"
183
desc = "Chat with other project users"
184
[[params.links.user]]
185
name = "X (Twitter)"
186
url = "https://x.com/@TheLimaProject"
187
icon = "fab fa-x-twitter"
188
desc = "Follow for updates"
189
[[params.links.user]]
190
name = "Mastodon"
191
url = "https://mastodon.social/@TheLimaProject"
192
icon = "fab fa-mastodon"
193
desc = "Follow for updates"
194
195
[params.mermaid]
196
enable = true
197
198
[[menus.main]]
199
name = "GitHub"
200
url = "https://github.com/lima-vm/lima"
201
pre = '<i class="fab fa-github"></i>'
202
[[menus.main]]
203
name = "Community"
204
url = "/docs/community"
205
[[menus.main]]
206
name = "Releases"
207
url = "https://github.com/lima-vm/lima/releases"
208
209
[module]
210
# uncomment line below for temporary local development of module
211
# replacements = "github.com/google/docsy -> ../../docsy"
212
[module.hugoVersion]
213
extended = true
214
min = "0.110.0"
215
[[module.imports]]
216
path = "github.com/google/docsy"
217
disable = false
218
[[module.imports]]
219
path = "github.com/google/docsy/dependencies"
220
disable = false
221
# Import command reference from website _output folder
222
[[module.imports]]
223
path="../_output"
224
[[module.imports.mounts]]
225
source="docsy"
226
target="content/docs/Reference"
227
language="en"
228
[[module.imports.mounts]]
229
source="docsy-mcp"
230
target="content/docs/config/ai/outside"
231
language="en"
232
# Import templates README.md from templates folder
233
[[module.imports]]
234
path="../.."
235
[[module.imports.mounts]]
236
source="templates"
237
target="static/templates"
238
language="en"
239
includeFiles = "README.md"
240
241