1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00
This commit is contained in:
2025-11-22 12:50:10 +01:00
committed by alexandrev-tibco
parent 7339f9ef6f
commit a1ced0cc5e
10 changed files with 397 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
---
title: "Welcome to the XSLT Lab site"
description: "A short walkthrough of what this Hugo site gives you."
date: 2025-02-28T00:00:00Z
---
This repo now contains a Hugo site so you can publish notes, guides, and announcements next to the Helm chart.
What you get:
- A landing page that links to the chart index.
- A posts section for updates and long-form guides.
- A configurable menu and simple styling that lives entirely in this repo.
Run `hugo --source site --minify` to generate the static site into `docs/`, commit the output, and point GitHub Pages at the `docs` folder to go live.