forked from chimera-linux/chimera-linux.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (91 loc) · 3.04 KB
/
index.html
File metadata and controls
97 lines (91 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
layout: main
title: Chimera Linux
---
<div id="title">
<a href="/"><img id="logo" src="/assets/logo.png" alt="Chimera Linux logo"></a>
<span>
A modern, general-purpose Linux distribution
</span>
<nav class="buttons">
<a id="button_download" href="/downloads">Downloads</a>
<a id="button_packages" href="{{ site.pkgs_link }}">Packages</a>
</nav>
<nav class="social">
{% for soc in site.social_links %}
<a href="{{ soc[2] }}"><img src="/assets/icons/{{ soc[0] }}.svg" alt="{{ soc[1] }}"></a>
{% endfor %}
</nav>
</div>
<main id="desc">
<p>
Chimera is a general-purpose Linux-based OS born from unhappiness with
the status quo. We aim to create a system that is simple, transparent,
and easy to pick up, without having to give up practicality and a rich
feature set.
</p>
<p>
It is built from scratch using novel tooling, approaches, and userland.
Instead of intentionally limiting ourselves, we strive to achieve both
conceptual simplicity and convenience with careful and high quality
software design.
</p>
<p>
<a href="/about">Read more</a> for details.
<p>
</main>
<div id="tile1" class="tile">
<h1>Alternative userland.</h1>
<p>
Chimera uses a novel combination of core tools from FreeBSD,
the LLVM toolchain, and the Musl C library, delivering a fresh
experience with several major benefits.
</p>
<div class="more">
<a href="/about#alternative-userland">Read more</a>
</div>
</div>
<div id="tile2" class="tile">
<h1>Clean and consistent.</h1>
<p>
Chimera aims to eliminate legacy cruft where possible to deliver
a modern, general purpose, fully featured operating system that
is simple but complete.
</p>
<div class="more">
<a href="/about#clean-and-consistent">Read more</a>
</div>
</div>
<div id="tile3" class="tile">
<h1>Buildable from source.</h1>
<p>
Chimera is a binary distribution, but a source package build system
is provided, enabling easy packaging of new software, builds of
custom packages, and accessible infrastructure.
</p>
<div class="more">
<a href="/about#buildable-from-source">Read more</a>
</div>
</div>
<div id="tile4" class="tile">
<h1>Portable.</h1>
<p>
You can use Chimera on all kinds of processors, including Intel/AMD,
ARM AArch64, POWER and RISC-V. Central build system ensures packages
are available everywhere.
</p>
<div class="more">
<a href="/about#portable">Read more</a>
</div>
</div>
<div id="bottom">
<h2><a href="/news">Recent news</a> <a href="/atom.xml">(feed)</a></h2>
{% for post in site.posts limit:2 %}
<div class="bottom_post">
<h4>{{ post.date | date: "%B %d, %Y" }}</h4>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
{{ post.excerpt }}
<p><a href="{{ post.url }}">Read more</a></p>
</div>
{% endfor %}
</div>