mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-20 04:23:16 +00:00
69 lines
2.6 KiB
HTML
69 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>XSLT Lab</title>
|
|
<meta name="description" content="A Hugo-powered landing page that sits alongside the Helm chart repo.">
|
|
<link rel="stylesheet" href="https://alexandrev.github.io/xslt-lab/css/main.css">
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<div class="container header-grid">
|
|
<div>
|
|
<a class="brand" href="https://alexandrev.github.io/xslt-lab/">XSLT Lab</a>
|
|
<p class="tagline">Helm and XSLT playground with a lightweight docs site.</p>
|
|
</div>
|
|
<nav>
|
|
<ul class="nav">
|
|
<li><a href="https://alexandrev.github.io/xslt-lab/">Home</a></li>
|
|
<li><a href="https://alexandrev.github.io/xslt-lab/posts/">Posts</a></li>
|
|
<li><a href="https://alexandrev.github.io/xslt-lab/about/">About</a></li>
|
|
<li><a href="https://alexandrev.github.io/xslt-lab/index.yaml">Charts</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<main class="container">
|
|
<section class="hero">
|
|
<p class="eyebrow">Static Site + Helm Repo</p>
|
|
<h1>XSLT Lab</h1>
|
|
<p class="lead">A Hugo-powered landing page that sits alongside the Helm chart repo.</p>
|
|
<div class="cta-row">
|
|
<a class="button" href="https://alexandrev.github.io/xslt-lab/posts/">Read updates</a>
|
|
<a class="button ghost" href="https://alexandrev.github.io/xslt-lab/index.yaml">Helm repo index</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="grid">
|
|
<article class="card">
|
|
<p class="eyebrow">How this fits</p>
|
|
<h2>Side-by-side with your chart</h2>
|
|
<p>The Hugo source lives in <code>site/</code> and publishes to <code>docs/</code>, keeping the existing chart index and packages intact.</p>
|
|
<ul class="checks">
|
|
<li>Markdown content</li>
|
|
<li>No external theme dependency</li>
|
|
<li>Ready for GitHub Pages</li>
|
|
</ul>
|
|
</article>
|
|
<article class="card">
|
|
<p class="eyebrow">Latest posts</p>
|
|
<h2>Recent updates</h2>
|
|
<ul class="post-list">
|
|
<li>
|
|
<a href="https://alexandrev.github.io/xslt-lab/posts/welcome-to-xslt-lab/">Welcome to the XSLT Lab site</a>
|
|
<span class="muted">28 Feb 2025</span>
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
<footer class="site-footer">
|
|
<div class="container footer-grid">
|
|
<p>Built with Hugo · 2025-02-28</p>
|
|
<p class="muted">Repo: <a href="https://github.com/alexandrev/xslt-lab">alexandrev/xslt-lab</a></p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|