mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-20 04:23:16 +00:00
7e2da3e12abea5e5270a3672504ed4a84b8d65d5
xslt-lab
This repository hosts the Helm chart for the XSLT playground and now includes a Hugo-powered site for docs and updates.
Layout
index.yaml– Helm repository index (served as-is via GitHub Pages with.nojekyll).xslt-playground-0.1.2.tgz– packaged Helm chart referenced fromindex.yaml.site/– Hugo source (content, layouts, CSS). Publishes todocs/.docs/– will contain generated static files after running Hugo; commit this folder if you want GitHub Pages to serve the site.
Hugo workflow
- Install Hugo (extended) locally, e.g.
brew install hugoon macOS. - Build the static site to
docs/without touching chart assets:
hugo --source site --minify - Copy chart artifacts into
docs/so GitHub Pages can serve them:
cp index.yaml docs/index.yaml && cp xslt-playground-0.1.2.tgz docs/ - Preview locally with live reload:
hugo server --source site --buildDrafts --watch - Commit the generated
docs/folder and push to GitHub. Point GitHub Pages at thedocsdirectory so the site appears athttps://alexandrev.github.io/xslt-lab/.
Content is written in Markdown under site/content/; layouts and styling live in site/layouts/ and site/static/.
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
Languages
JavaScript
34.9%
Java
22.9%
HTML
19.7%
CSS
8.5%
Go
7.5%
Other
6.4%