1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00
2025-11-22 12:51:01 +01:00
+1
2025-11-22 12:51:01 +01:00
2025-07-04 07:41:57 +00:00
2025-11-22 11:43:20 +00:00
+1
2025-11-22 12:51:01 +01:00
2025-11-22 11:43:20 +00:00

xslt-lab

This repository hosts the Helm chart for the XSLT playground and now includes a Hugo-powered site for docs and updates.

Layout

  • charts/ Helm repository index and supporting assets (served as-is via GitHub Pages with .nojekyll).
  • xslt-playground-0.1.2.tgz packaged Helm chart referenced from charts/index.yaml.
  • site/ Hugo source (content, layouts, CSS). Publishes to docs/.
  • docs/ will contain generated static files after running Hugo; commit this folder if you want GitHub Pages to serve the site.

Hugo workflow

  1. Install Hugo (extended) locally, e.g. brew install hugo on macOS.
  2. Build the static site to docs/ without touching chart assets:
    hugo --source site --minify
  3. Preview locally with live reload:
    hugo server --source site --buildDrafts --watch
  4. Commit the generated docs/ folder and push to GitHub. Point GitHub Pages at the docs directory so the site appears at https://alexandrev.github.io/xslt-lab/.

Content is written in Markdown under site/content/; layouts and styling live in site/layouts/ and site/static/.

S
Description
Mirror de solo lectura de github.com/alexandrev/xslt-lab — el origen, los issues y el despliegue siguen en GitHub
https://github.com/alexandrev/xslt-lab
Readme 12 MiB
Languages
JavaScript 34.9%
Java 22.9%
HTML 19.7%
CSS 8.5%
Go 7.5%
Other 6.4%