File tree Expand file tree Collapse file tree 6 files changed +141
-312
lines changed Expand file tree Collapse file tree 6 files changed +141
-312
lines changed Original file line number Diff line number Diff line change 3
3
# See also: package.json
4
4
NPM ?= npm
5
5
6
- build serve : _output/docsy
6
+ build serve : _output/docsy node_modules/.bin/hugo
7
7
$(NPM ) run $@
8
8
9
9
_output/docsy :
10
10
$(MAKE ) -C .. docsy
11
11
12
+ node_modules/.bin/hugo :
13
+ $(NPM ) install
14
+
12
15
clean :
13
16
$(NPM ) run $@
14
17
rm -Rf _output
Original file line number Diff line number Diff line change 1
1
module github.com/lima-vm/lima/website
2
2
3
- go 1.20
3
+ go 1.23.0
4
4
5
5
require (
6
- github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
7
- github.com/google/docsy v0.7.1 // indirect
8
- github.com/twbs/bootstrap v5.2.3+incompatible // indirect
6
+ github.com/google/docsy v0.11.0
7
+ )
8
+
9
+ require (
10
+ github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de // indirect
11
+ github.com/google/docsy/dependencies v0.7.2 // indirect
12
+ github.com/twbs/bootstrap v5.3.6+incompatible // indirect
9
13
)
Original file line number Diff line number Diff line change 1
- github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 h1:Uv1z5EqCfmiK4IHUwT0m3h/u/WCk+kpRfxvAZhpC7Gc =
2
- github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
- github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY =
4
- github.com/google/docsy v0.7.1 /go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc =
5
- github.com/google/docsy/dependencies v0.7.1 /go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4 =
6
- github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc =
7
- github.com/twbs/bootstrap v5.2.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
1
+ github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de h1:JvHOfdSqvArF+7cffH9oWU8oLhn6YFYI60Pms8M/6tI =
2
+ github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
+ github.com/google/docsy v0.11.0 h1:QnV40cc28QwS++kP9qINtrIv4hlASruhC/K3FqkHAmM =
4
+ github.com/google/docsy v0.11.0 /go.mod h1:hGGW0OjNuG5ZbH5JRtALY3yvN8ybbEP/v2iaK4bwOUI =
5
+ github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI =
6
+ github.com/google/docsy/dependencies v0.7.2 /go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4 =
7
+ github.com/twbs/bootstrap v5.3.6+incompatible h1:efmXVyq839m5QQ0+JBUdQQ1TrmoBqvQ5kRhUueKsH+4 =
8
+ github.com/twbs/bootstrap v5.3.6+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
Original file line number Diff line number Diff line change @@ -116,9 +116,6 @@ github_subdir = "website"
116
116
# or specify a new value if you want to reference another branch in your GitHub links
117
117
github_branch = " master"
118
118
119
- # Enable Algolia DocSearch
120
- algolia_docsearch = false
121
-
122
119
# Enable Lunr.js offline search
123
120
offlineSearch = true
124
121
You can’t perform that action at this time.
0 commit comments