Merge pull request 'General cleanup 2024-04-28' (#1) from ckiee/lix-website:2024-04-28 into main

Reviewed-on: lix-project/lix-website#1
This commit is contained in:
ktemkin 2024-05-01 22:34:26 +00:00
commit c5a11acd61
5 changed files with 18 additions and 12 deletions

View file

@ -10,7 +10,7 @@ summaryLength: 20
params:
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/hero-image.png"
@ -28,7 +28,7 @@ params:
- "General Inquiries: info@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:
main:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -1,11 +1,17 @@
.ecosystem img.raster {
margin-left: auto;
margin-right: auto;
width: 40%;
}
.ecosystem {
& img.raster {
margin-left: auto;
margin-right: auto;
width: 40%;
}
.ecosystem img.svg {
margin-left: auto;
margin-right: auto;
width: 60%;
& img.svg {
margin-left: auto;
margin-right: auto;
width: 60%;
}
& .card {
height: 100%;
}
}

View file

@ -4,7 +4,7 @@
{{- end -}}
{{- $favicon = slice $favicon | resources.Concat "favicon.ico" -}}
{{- $logo := resources.Get "images/logo.png" -}}
{{- $logo := resources.Get "images/favicon.png" -}}
{{- with .Site.Params.logo -}}
{{- with resources.Get . -}}
{{- $logo = . -}}