diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index cda96b4..09eb56b 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,10 +1,19 @@ + + floral.systems + + + + + +
- +
+ +
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 12707bb..3baa9c3 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -3,13 +3,9 @@ import nix from "svelte-highlight/languages/nix"; import demo1 from "./demo1/vm.nix?raw"; + import forkGraph from "./fork.svg?raw"; - - - - - -
+

An all-encompassing, declarative
package ecosystem.

+ +
+ +
@@ -91,18 +91,18 @@

…and much more!

-
+
With {DISTRO} and {PKGS}, you can:
  • configure your desktop systems to be setup just-right out of the box with home-manager. + >home-manager,
  • deploy clusters of systems with colmena,
  • provision your cloud resources with terranix
  • -
  • develop software in repeatable shell environments with nix-shell, - to ensure it builds on everyone's computer.
  • +
  • and develop software in repeatable shell environments with nix-shell, + to ensure it builds on everyone's computer.
diff --git a/src/routes/footer.svelte b/src/routes/footer.svelte index b44b833..17a840c 100644 --- a/src/routes/footer.svelte +++ b/src/routes/footer.svelte @@ -15,7 +15,7 @@ target="_blank" rel="license noopener noreferrer" >CC BY-SA 4.0 -
diff --git a/src/routes/fork.mermaid b/src/routes/fork.mermaid new file mode 100644 index 0000000..738b1db --- /dev/null +++ b/src/routes/fork.mermaid @@ -0,0 +1,17 @@ +%% edit on https://mermaid.live/edit with light theme, then hit export svg +%% and remove the fontawesome hotlink and replace 9370DB with 494bac (colors.blue.700) +stateDiagram-v2 + direction LR + nixorg: NixOS.org + state nixorg { + Nixpkgs + NixOS + CppNix + } + state Floral { + Petalpkgs + FleurixOS + } + Nixpkgs --> Petalpkgs + NixOS --> FleurixOS + CppNix --> Lix diff --git a/src/routes/fork.svg b/src/routes/fork.svg new file mode 100644 index 0000000..bee1454 --- /dev/null +++ b/src/routes/fork.svg @@ -0,0 +1,2 @@ + +
NixOS.org
Floral

Nixpkgs

NixOS

CppNix

Petalpkgs

FleurixOS

Lix