mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-21 13:03:15 +00:00
16 lines
597 B
Markdown
16 lines
597 B
Markdown
---
|
|
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.
|