mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-20 12:33:14 +00:00
+1
This commit is contained in:
@@ -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>Posts | XSLT Lab</title>
|
||||
<meta name="description" content="">
|
||||
<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">Posts</p>
|
||||
<h1>Posts</h1>
|
||||
</section>
|
||||
|
||||
<ul class="post-list spaced">
|
||||
<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>
|
||||
<p class="muted">A short walkthrough of what this Hugo site gives you.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</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>
|
||||
@@ -0,0 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Welcome to the XSLT Lab site | XSLT Lab</title>
|
||||
<meta name="description" content="A short walkthrough of what this Hugo site gives you.">
|
||||
<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">
|
||||
<article class="post">
|
||||
<p class="eyebrow">Posts</p>
|
||||
<h1>Welcome to the XSLT Lab site</h1>
|
||||
<p class="muted">28 Feb 2025</p>
|
||||
<p class="lead">A short walkthrough of what this Hugo site gives you.</p>
|
||||
<div class="content">
|
||||
<p>This repo now contains a Hugo site so you can publish notes, guides, and announcements next to the Helm chart.</p>
|
||||
<p>What you get:</p>
|
||||
<ul>
|
||||
<li>A landing page that links to the chart index.</li>
|
||||
<li>A posts section for updates and long-form guides.</li>
|
||||
<li>A configurable menu and simple styling that lives entirely in this repo.</li>
|
||||
</ul>
|
||||
<p>Run <code>hugo --source site --minify</code> to generate the static site into <code>docs/</code>, commit the output, and point GitHub Pages at the <code>docs</code> folder to go live.</p>
|
||||
</div>
|
||||
<p class="muted back-link"><a href="https://alexandrev.github.io/xslt-lab/posts/">← Back to Posts</a></p>
|
||||
</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>
|
||||
Reference in New Issue
Block a user