diff --git a/config.yaml b/config.yaml index 8d5e418b..a6f67845 100644 --- a/config.yaml +++ b/config.yaml @@ -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: diff --git a/themes/lix/assets/images/favicon.ico b/themes/lix/assets/images/favicon.ico index 1c1a36db..01f60381 100644 Binary files a/themes/lix/assets/images/favicon.ico and b/themes/lix/assets/images/favicon.ico differ diff --git a/themes/lix/assets/images/favicon.png b/themes/lix/assets/images/favicon.png new file mode 100644 index 00000000..892f17d4 Binary files /dev/null and b/themes/lix/assets/images/favicon.png differ diff --git a/themes/lix/assets/scss/sections/ecosystem.scss b/themes/lix/assets/scss/sections/ecosystem.scss index 9f6b2b3a..73369abe 100644 --- a/themes/lix/assets/scss/sections/ecosystem.scss +++ b/themes/lix/assets/scss/sections/ecosystem.scss @@ -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%; + } } diff --git a/themes/lix/layouts/partials/head/_favicons.html b/themes/lix/layouts/partials/head/_favicons.html index 20cb792b..201c0ef1 100644 --- a/themes/lix/layouts/partials/head/_favicons.html +++ b/themes/lix/layouts/partials/head/_favicons.html @@ -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 = . -}}