forked from lix-project/lix-website
39 lines
1.6 KiB
YAML
39 lines
1.6 KiB
YAML
enabled: true
|
|
id: "portfolio"
|
|
|
|
content:
|
|
|
|
- image: "images/points-evolution.svg"
|
|
width: "70%"
|
|
alt: "replace me 1"
|
|
pretitle: "nix with a modern flavor"
|
|
title: "an ever-evolving lix codebase, for a language that can evolve"
|
|
text: "Lix is designed to grow and evolve — in a way that never breaks backwards compatibility. Lix intends to support language versioning features — so we can continuously improve the language without affecting existing configurations."
|
|
|
|
#buttons:
|
|
# - label: "see our roadmap"
|
|
# url: "/roadmap"
|
|
|
|
|
|
- image: "images/points-selfhosted.svg"
|
|
width: "70%"
|
|
alt: "an image of a laptop computer exchanging data with a lix-colored cloud"
|
|
pretitle: "an independent ecosystem"
|
|
title: "community-owned infrastructure"
|
|
text: "Lix is designed to avoid ecosystem lock-in: you can build and use Lix without any dependency on corporate-controlled infrastructure, like Microsoft's GitHub."
|
|
|
|
#buttons:
|
|
# - label: "read about our infrastructure"
|
|
# url: "#"
|
|
|
|
- image: "images/points-configuration.svg"
|
|
width: "70%"
|
|
alt: "an image of a laptop computer exchanging data with a lix-colored cloud"
|
|
pretitle: "a human-friendly implementation"
|
|
title: "a configuration language for everyone — human or otherwise"
|
|
text: "Declarative configurations may run on machines — but their interface shouldn't be designed for them! The Lix team is constantly working on usability and ergonomics enhancements — including tools that let you better see and interact with your configuration."
|
|
|
|
#buttons:
|
|
# - label: "see existing & proposed improvements"
|
|
# url: "/roadmap"
|