forked from lix-project/lix-website
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:
commit
c5a11acd61
|
@ -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 |
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 {
|
||||
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%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 = . -}}
|
||||
|
|
Loading…
Reference in a new issue