File tree 3 files changed +29
-14
lines changed
layouts/shortcodes/blocks
3 files changed +29
-14
lines changed Original file line number Diff line number Diff line change 22
22
</ p >
23
23
{{% /blocks/lead %}}
24
24
{{< blocks /section color="dark" type="row" > }}
25
- {{% blocks/feature icon="fa-solid fa-code" title="Install Lima" %}}
26
- < a class ="mr-3 mb-4 text-secondary " href ="{{< relref "/docs/installation" > }}">
27
- Get Lima Here < i class ="fas fa-arrow-alt-circle-right ml-2 "> </ i > </ a >
28
- {{% /blocks/feature %}}
29
-
30
- {{% blocks/feature icon="fa-solid fa-chalkboard" title="Try Lima" %}}
31
- < a class ="mr-3 mb-4 text-secondary " href ="{{< relref "/docs/usage" > }}">
32
- Get started with Lima < i class ="fas fa-arrow-alt-circle-right ml-2 "> </ i > </ a >
33
- {{% /blocks/feature %}}
34
-
35
- {{% blocks/feature icon="fa-brands fa-github" title="Contributions welcome" %}}
36
- < a class ="mr-3 mb-4 text-secondary " href ="{{< relref "/community" > }}">
37
- Join the Lima community < i class ="fas fa-arrow-alt-circle-right ml-2 "> </ i > </ a >
38
- {{% /blocks/feature %}}
25
+
26
+ {{< blocks /helpfullinks > }}
39
27
40
28
{{< /blocks/section > }}
41
29
Original file line number Diff line number Diff line change
1
+ - header : Install Lima
2
+ icon : fa-solid fa-code
3
+ link : /docs/installation
4
+ label : Get Lima Here
5
+ - header : Try Lima
6
+ icon : fa-solid fa-chalkboard
7
+ link : /docs/usage
8
+ label : Get started with Lima
9
+ - header : Contributions welcome
10
+ icon : fa-brands fa-github
11
+ link : /community
12
+ label : Join the Lima community
Original file line number Diff line number Diff line change
1
+ {{ $usedBy := site.Data.helpfullinks -}}
2
+
3
+ {{ range $usedBy -}}
4
+ < div class ="col-lg-4 mb-5 mb-lg-0 text-center ">
5
+ < a class ="text-primary " href ="{{ .link }} ">
6
+ < div class ="mb-4 h1 ">
7
+ < i class ="{{ .icon }} "> </ i >
8
+ </ div >
9
+ < h4 class ="h3 "> {{ .header }}</ h4 >
10
+ </ a >
11
+ < a class ="mr-3 mb-4 text-secondary " href ="{{ .link }} ">
12
+ {{ .label }} < i class ="fas fa-arrow-alt-circle-right ml-2 "> </ i >
13
+ </ a >
14
+ </ div >
15
+ {{- end }}
You can’t perform that action at this time.
0 commit comments