diff --git a/TODO.md b/TODO.md index 53bcb8bb..0317ab7a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,14 +1,11 @@ TODO List ========== -## Move to lix.systems Blockers - -- Put this up on GH pages? - ## Soft Release Blockers - Remove the "pending pull request" from the install page, once that's merged. -- Fix the way CSS makes the page look on narrower monitors / mobile phones/ +- Fix the way CSS makes the page look on narrower monitors / mobile phones +- Fix the logo to have proper transparency ## After Soft Release diff --git a/data/home/ecosystem.yaml b/data/home/ecosystem.yaml index 3c458121..28a0327d 100644 --- a/data/home/ecosystem.yaml +++ b/data/home/ecosystem.yaml @@ -6,7 +6,7 @@ content: text: "Like other Nix ecosystems, Lix layers together multiple projects to create a full Lix stack — allowing you to forge your own systems on a base of community work." cards: - image: "images/ecosystem-lix.png" - alt: "lix's ice cream logo" + alt: "Lix's ice cream logo" title: "The Lix Package Manager" text: "The ecosystem's core is the Lix package manager — a community variant of the Nix configuration language and package management system." button: @@ -14,7 +14,7 @@ content: url: "https://git.lix.systems/lix-project/lix" - image: "images/ecosystem-nixpkgs.svg" - alt: "nixpkg's logo in lix colors" + alt: "nixpkg's logo in Lix colors" title: "Community Packages" text: "Lix is fully compatible with existing Nix expressions — which means it benefits from the hundreds of thousands of existing community-maintained packages and configurations." button: @@ -22,9 +22,9 @@ content: url: "https://github.com/nixos/nixpkgs" - image: "images/ecosystem-nixos.svg" - alt: "image of the lix logo on a monitor" + alt: "image of the Lix logo on a monitor" title: "Lix-Managed Systems" text: "Lix can also be used as the core Nix implementation for Nix-based systems, including the full NixOS distribution, as well as system management software like Home Manager or nix-darwin." button: - label: "use lix with NixOS" + label: "use Lix with NixOS" url: "/add-to-config" diff --git a/data/home/hero.yaml b/data/home/hero.yaml index 1c547114..fef7d5ff 100644 --- a/data/home/hero.yaml +++ b/data/home/hero.yaml @@ -10,6 +10,6 @@ content: url: "/about#why-lix" buttonSecondary: - label: "Start using lix" + label: "Start using Lix" url: "/install"