General cleanup 2024-04-28 #1
|
@ -10,7 +10,7 @@ summaryLength: 20
|
||||||
|
|
||||||
params:
|
params:
|
||||||
title: "Lix"
|
title: "Lix"
|
||||||
description: "Lix is an independent varaint of the Nix package manager, developed by a team of open-source volunteers, and maintained by and for a passionate community of users."
|
description: "Lix is an independent variant of the Nix package manager, developed by a team of open-source volunteers, and maintained by and for a passionate community of users."
|
||||||
images:
|
images:
|
||||||
- "images/hero-image.png"
|
- "images/hero-image.png"
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ params:
|
||||||
- "General Inquiries: info@lix.systems"
|
- "General Inquiries: info@lix.systems"
|
||||||
- "Security Reports: security@lix.systems"
|
- "Security Reports: security@lix.systems"
|
||||||
|
|
||||||
copyright: "Content licenced under CC-BY-SA-4.0 or LGPL-2.0-or-later."
|
copyright: "Content licensed under CC-BY-SA-4.0 or LGPL-2.0-or-later."
|
||||||
|
|
||||||
menus:
|
menus:
|
||||||
main:
|
main:
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 31 KiB |
BIN
themes/lix/assets/images/favicon.png
Normal file
BIN
themes/lix/assets/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -1,11 +1,17 @@
|
||||||
.ecosystem img.raster {
|
.ecosystem {
|
||||||
|
& img.raster {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ecosystem img.svg {
|
& img.svg {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
& .card {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- $favicon = slice $favicon | resources.Concat "favicon.ico" -}}
|
{{- $favicon = slice $favicon | resources.Concat "favicon.ico" -}}
|
||||||
|
|
||||||
{{- $logo := resources.Get "images/logo.png" -}}
|
{{- $logo := resources.Get "images/favicon.png" -}}
|
||||||
{{- with .Site.Params.logo -}}
|
{{- with .Site.Params.logo -}}
|
||||||
{{- with resources.Get . -}}
|
{{- with resources.Get . -}}
|
||||||
{{- $logo = . -}}
|
{{- $logo = . -}}
|
||||||
|
|
Loading…
Reference in a new issue