1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 12:33:14 +00:00
This commit is contained in:
2025-11-22 12:57:22 +01:00
parent 7831327b3d
commit 023fd504b5
8 changed files with 448 additions and 3 deletions
+48
View File
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | XSLT Lab</title>
<meta name="description" content="Why this repo exists and what you can do with it.">
<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="page-header">
<p class="eyebrow">About</p>
<h1>About</h1>
<p class="lead">Why this repo exists and what you can do with it.</p>
</section>
<article class="post">
<div class="content">
<p>The XSLT Lab repo hosts the Helm chart index and packaged chart so you can install the playground quickly. A minimal Hugo site now lives alongside the chart to collect documentation, changelogs, and useful links without interfering with the chart repository structure.</p>
<p>Use it to share how-tos, release notes, or background on how the playground is deployed. All content is Markdown, so you can edit it directly and rebuild the <code>docs/</code> output when you are ready to publish.</p>
</div>
</article>
</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>