add website and GitHub Pages deployment

This commit is contained in:
Astral
2026-09-01 11:23:34 +02:00
parent cb1da62339
commit da28f784a8
48 changed files with 3392 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Links — Keru OS</title>
<meta name="description" content="Every repository and related resource for Keru OS.">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>ける</text></svg>">
</head>
<body>
<nav class="top" data-nav></nav>
<header class="pagehead">
<p class="crumbs"><a href="index.html">home</a> / <a href="community.html">community</a> / links</p>
<h1>Links</h1>
<p>Everything, in one place.</p>
</header>
<section>
<div class="wrap">
<div class="grid grid-2">
<a class="card" href="https://github.com/AstralZX/KeruOS">
<span class="num">repo</span><span class="h">KeruOS</span>
<p>The operating system — installer, profile, build pipeline, live init, and this website.</p>
</a>
<a class="card" href="https://github.com/AstralZX/kama">
<span class="num">repo</span><span class="h">kama</span>
<p>The package manager — a ~225-line shell script. The kiln.</p>
</a>
<a class="card" href="https://github.com/AstralZX/kama-packages">
<span class="num">repo</span><span class="h">kama-packages</span>
<p>The recipe repository — one shell file per package.</p>
</a>
<a class="card" href="https://github.com/AstralZX">
<span class="num">org</span><span class="h">AstralZX</span>
<p>The GitHub account behind the project, and whatever else ships under it.</p>
</a>
</div>
<div class="prose" style="margin-top:40px">
<h3>Related reading</h3>
<ul class="features">
<li><a href="philosophy.html">The philosophy</a> — the full argument for Keru's stance.</li>
<li><a href="anti-opinionated.html">Anti-opinionated</a> — what the stance grants, what it costs, and its limits (it's not a meta-OS).</li>
<li><a href="stability.html">Stability, honestly scoped</a> — the warn-not-block promise.</li>
<li><a href="news.html">News</a> — announcements and the road to 0.1.</li>
</ul>
<div class="callout">All code is AGPL-3.0. This site's source lives in <code>web/</code> inside the KeruOS repo — clone, read, improve.</div>
</div>
</div>
</section>
<footer data-footer></footer>
<noscript><div style="text-align:center;padding:16px">See the <a href="sitemap.html">sitemap</a> for all pages.</div></noscript>
<script src="assets/js/include.js" data-base="."></script>
</body>
</html>