mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-21 13:03:15 +00:00
+1
This commit is contained in:
+16
-11
@@ -3,23 +3,23 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Posts | XSLT Lab</title>
|
||||
<title>Posts | XSLT Playground</title>
|
||||
<meta name="description" content="">
|
||||
<link rel="stylesheet" href="https://alexandrev.github.io/xslt-lab/css/main.css">
|
||||
<link rel="stylesheet" href="https://blog.xsltplayground.com/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>
|
||||
<a class="brand" href="https://blog.xsltplayground.com/">XSLT Playground</a>
|
||||
<p class="tagline">Online XSLT editor built for real-world transformations.</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>
|
||||
<li><a href="https://blog.xsltplayground.com/">Home</a></li>
|
||||
<li><a href="https://blog.xsltplayground.com/posts/">Posts</a></li>
|
||||
<li><a href="https://blog.xsltplayground.com/about/">About</a></li>
|
||||
<li><a href="https://blog.xsltplayground.com/index.yaml">Charts</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -32,15 +32,20 @@
|
||||
|
||||
<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>
|
||||
<a href="https://blog.xsltplayground.com/posts/why-xslt-playground-online-editor/">Why I built an XSLT online editor for real-world work</a>
|
||||
<span class="muted">22 Nov 2025</span>
|
||||
<p class="muted">The story behind XSLT Playground—an XSLT online editor tuned for multi-parameter transforms, fast feedback, and practical debugging.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.xsltplayground.com/posts/welcome-to-xslt-lab/">Welcome to the XSLT Playground blog</a>
|
||||
<span class="muted">28 Feb 2025</span>
|
||||
<p class="muted">A short walkthrough of what this Hugo site gives you.</p>
|
||||
<p class="muted">What you will find here and how it helps you get more from the online XSLT editor.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<div class="container footer-grid">
|
||||
<p>Built with Hugo · 2025-02-28</p>
|
||||
<p>Built with Hugo · 2025-11-22</p>
|
||||
<p class="muted">Repo: <a href="https://github.com/alexandrev/xslt-lab">alexandrev/xslt-lab</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user