add website and GitHub Pages deployment
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>News — Keru OS</title>
|
||||
<meta name="description" content="News from the Keru project: announcements, design notes, and the road to 0.1.">
|
||||
<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> / news</p>
|
||||
<h1>News</h1>
|
||||
<p>Progress, decisions, and the road to 0.1.</p>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="post-list">
|
||||
<a class="post-item" href="news/announcing-keru.html">
|
||||
<h3>Introducing Keru OS</h3>
|
||||
<div class="meta">2026-09-01 · announcement</div>
|
||||
<p>An anti-opinionated, source-only Linux distribution where everything is swappable at install time.</p>
|
||||
</a>
|
||||
<a class="post-item" href="news/philosophy-is-architecture.html">
|
||||
<h3>The philosophy is the architecture</h3>
|
||||
<div class="meta">2026-09-01 · design</div>
|
||||
<p>Why the "you choose everything" claim is structurally real, not a slogan.</p>
|
||||
</a>
|
||||
<a class="post-item" href="news/roadmap-0.1.html">
|
||||
<h3>The road to 0.1</h3>
|
||||
<div class="meta">2026-09-01 · roadmap</div>
|
||||
<p>What has to exist before the first installable ISO ships — honest about the work.</p>
|
||||
</a>
|
||||
<a class="post-item" href="news/design-decisions.html">
|
||||
<h3>Design decisions, so far</h3>
|
||||
<div class="meta">2026-09-01 · design</div>
|
||||
<p>The choices recorded so Keru didn't drift: shell manager, warn-not-block, sibling repos, installer-only ISO.</p>
|
||||
</a>
|
||||
</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>
|
||||
Reference in New Issue
Block a user