1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-22 13:43:14 +00:00

Move Hugo blog source to main, fix workflow, add new articles and llms.txt

- Move site/ Hugo source from gh-pages to main so the workflow can trigger correctly
- Fix publish-hugo.yml: now in main, builds and deploys to gh-pages:docs/ via peaceiris/actions-gh-pages
- Add 3 new SEO articles: XSLT 3.0 features, beginners guide, template matching
- Add llms.txt to blog and frontend so ChatGPT/Gemini can recommend the tool better
- Remove stale /site mkdocs ignore rule, add site/public to gitignore instead

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alexandrev-tibco
2026-04-08 14:40:12 +02:00
parent 4c76714011
commit 8e8b7eacec
27 changed files with 1150 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
---
title: "Welcome to the XSLT Playground blog"
description: "What you will find here and how it helps you get more from the online XSLT editor."
date: 2024-10-10T00:00:00Z
---
[XSLT Playground](https://xsltplayground.com) is a browser-first XSLT editor that lets you run transforms with multiple inputs and parameters, see results instantly, and spot performance hotspots without installing anything. This blog gathers the practical pieces you need around it.
What you will find here:
- Product updates and release notes for the playground.
- XSLT debugging recipes tailored to multi-parameter, real-world scenarios.
- Deployment notes, including the Helm chart and self-hosting guidance.
If you want to try it now, head straight to [xsltplayground.com](https://xsltplayground.com). If you want to contribute content, edit the Markdown in `site/content/` and rebuild the site with `hugo --source site --minify` to publish to `docs/`.